Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build error 0.1.25-SNAPSHOT webcrawler connector #10

Closed
ajaytiwa opened this issue Nov 25, 2024 · 1 comment
Closed

Build error 0.1.25-SNAPSHOT webcrawler connector #10

ajaytiwa opened this issue Nov 25, 2024 · 1 comment
Assignees

Comments

@ajaytiwa
Copy link

I am trying to build " 0.1.25-SNAPSHOT" webcrawler connector from master branch

I commented line 102 , 137 and 138 but getting below error.. anyone faced similar issue,

using java 11 for the build

Execution default-test of goal com.mulesoft.munit:munit-extensions-maven-plugin:1.1.1:test failed: Plugin com.mulesoft.munit:munit-extensions-maven-plugin:1.1.1 or one of its dependencies could not be resolved: Could not transfer artifact com.mulesoft.munit:munit-remote:jar:jar-with-dependencies:2.3.2 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [mulesoft-plugin-releases (http://repository.mulesoft.org/releases/, default, releases+snapshots), mulesoft-plugin-snapshots (http://repository.mulesoft.org/snapshots/, default, releases+snapshots), mule-releases (http://repository.mulesoft.org/releases/, default, releases+snapshots)]

@tbolis-at-mulesoft
Copy link
Member

Master can be now built without errors and dependency is also available on maven central

<dependency>
   <groupId>io.github.mulesoft-ai-chain-project</groupId>
   <artifactId>mule4-webcrawler-connector</artifactId>
   <version>0.1.25</version>
   <classifier>mule-plugin</classifier>
</dependency>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants