According to this [1] the 404 from github.io is normal as they don't allow the listing of directories.
I just manually removed the sevntu-checkstyle-maven-plugin from my local Maven repository and rebuilt using 'mvn clean install -Prelease'. Maven successfully retrieved sevntu-checkstyle-maven-plugin from http://sevntu-checkstyle.github.io/sevntu.checkstyle/maven2 and the build finished as expected with no errors. This looks to me like some kind of environmental issue on the box running the build. Justin [1] https://github.com/sevntu-checkstyle/sevntu.checkstyle/issues/165 ----- Original Message ----- From: "Justin Bertram" <[email protected]> To: [email protected] Sent: Thursday, May 11, 2017 10:13:06 AM Subject: Re: Build activemq-artemis > The mirror should be declared there in the Pom. Did it stop working ? Here's the declaration from pom.xml: <pluginRepositories> <pluginRepository> <id>sevntu-maven</id> <name>sevntu-maven</name> <url>http://sevntu-checkstyle.github.io/sevntu.checkstyle/maven2</url> </pluginRepository> </pluginRepositories> When I go to http://sevntu-checkstyle.github.io/sevntu.checkstyle/maven2 in my browser I get a 404. I'm investigating more now. Justin ----- Original Message ----- From: "Clebert Suconic" <[email protected]> To: [email protected] Sent: Thursday, May 11, 2017 10:04:39 AM Subject: Re: Build activemq-artemis The mirror should be declared there in the Pom. Did it stop working ? On Thu, May 11, 2017 at 10:40 AM Prabhakar, Abhijith < [email protected]> wrote: > Hi all, > > I have checked out artemis > repository(https://github.com/apache/activemq-artemis/) and trying to > run "mvn -Prelease install" on it. But the build fails with below > error. I searched for this artifact in maven central, but could not > find > it( > https://search.maven.org/#search%7Cga%7C1%7Csevntu-checkstyle-maven-plugin > ). > Is there any additional mirror I need to add to get the build working? > > "[ERROR] Failed to execute goal > org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check (default) on > project artemis-pom: Execution default 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: Could not find artifact > com.github.sevntu.checkstyle:sevntu-checkstyle-maven-plugin:jar:1.21.0 > in nexus" > > Thanks > > Abhi > > -- Clebert Suconic
