Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [milo-dev] Maven build error

Hi Kevin,
Thanks it worked.
Regards,
Isuru


On Thu, Nov 9, 2017 at 10:37 PM, Kevin Herron <kevinherron@xxxxxxxxx> wrote:
Run `mvn install` from the root of the project first. After you've done that and the build-tools project is installed locally, you can build from inside the sub projects as well.

On Thu, Nov 9, 2017 at 9:06 AM, Isuru Samaraweera <isuru@xxxxxxxx> wrote:
Hi,

I downloaded milo fromĀ https://github.com/eclipse/milo.git.While building the sdk-client with 0.1.5 in the pom.xml running mvn install throws below error.
What could be the issue?

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check (validate) on project sdk-client: Execution validate of goal org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check failed: Plugin org.apache.maven.plugins:maven-checkstyle-plugin:2.17 or one of its dependencies could not be resolved: Failure to find org.eclipse.milo:build-tools:jar:0.1.5 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]


Thanks
Isuru

_______________________________________________
milo-dev mailing list
milo-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/milo-dev



_______________________________________________
milo-dev mailing list
milo-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/milo-dev



Back to the top