In order to download the required mvn plugin, can I suggest you: 1. do the build without the -o flag 2. remove everything from ~/.m2/repository/org/apache/isis 3. repeat the build, but with the -o flag.
Thanks Dan On 26 August 2015 at 09:10, GESCONSULTOR - Óscar Bou <[email protected] > wrote: > Hi Dan. > > The following “Build Failure” appears on the Maven log. > > I can remove the “-o” switch but not sure is the intention here, as it > will download also from the apache repo. > > > [INFO] > > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Isis Schemas 1.9.0 > [INFO] > ------------------------------------------------------------------------ > [WARNING] The POM for org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:jar:0.12.3 > is missing, no dependency information available > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] Apache Isis ....................................... SUCCESS [ > 6.393 s] > [INFO] Isis Unit Test Support ............................ SUCCESS [ > 5.679 s] > [INFO] Isis AppLib ....................................... SUCCESS [ > 6.769 s] > [INFO] Isis Schemas ...................................... FAILURE [ > 0.003 s] > [INFO] Isis Log4j Impls .................................. SKIPPED > [INFO] Isis MetaModel .................................... SKIPPED > [INFO] Isis Runtime ...................................... SKIPPED > [INFO] Isis Core Wrapper Service ......................... SKIPPED > [INFO] Isis WebServer .................................... SKIPPED > [INFO] Isis Security Bypass .............................. SKIPPED > [INFO] Isis Security Shiro ............................... SKIPPED > [INFO] Isis Spec Support ................................. SKIPPED > [INFO] Isis Integration Testing Support .................. SKIPPED > [INFO] Isis RestfulObjects Viewer AppLib ................. SKIPPED > [INFO] Isis RestfulObjects Viewer Rendering .............. SKIPPED > [INFO] Isis RestfulObjects Viewer Server ................. SKIPPED > [INFO] Isis Wicket Viewer ................................ SKIPPED > [INFO] Isis Wicket Viewer Applib ......................... SKIPPED > [INFO] Isis Wicket Viewer Model .......................... SKIPPED > [INFO] Isis Wicket Viewer UI Components .................. SKIPPED > [INFO] Isis Wicket Viewer Implementation ................. SKIPPED > [INFO] Isis Maven Plugin (isis-maven-plugin) ............. SKIPPED > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 19.977 s > [INFO] Finished at: 2015-08-26T10:04:49+01:00 > [INFO] Final Memory: 38M/242M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Plugin org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:0.12.3 or one of > its dependencies could not be resolved: Cannot access > com-springsource-repository-bundles-external ( > http://repository.springsource.com/maven/bundles/external/) in offline > mode and the artifact org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:jar:0.12.3 > has not been downloaded from it before. -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the > -e switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException > Building Module ./simpleapp-archetype-1.9.0/ > [INFO] Scanning for projects... > [INFO] > [INFO] Using the builder > org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder > with a thread count of 1 > [INFO] > > [INFO] > ------------------------------------------------------------------------ > [INFO] Building simpleapp-archetype 1.9.0 > [INFO] > ------------------------------------------------------------------------ > [INFO] > [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ > simpleapp-archetype --- > [INFO] > [INFO] --- maven-enforcer-plugin:1.3.1:enforce (validate-enforce) @ > simpleapp-archetype --- > [INFO] > [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ > simpleapp-archetype --- > [INFO] > [INFO] --- maven-remote-resources-plugin:1.5:process > (process-remote-resources) @ simpleapp-archetype --- > [INFO] > [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ > simpleapp-archetype --- > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] Copying 63 resources > [INFO] Copying 3 resources > [INFO] Copying 3 resources > [INFO] > [INFO] --- maven-resources-plugin:2.6:testResources > (default-testResources) @ simpleapp-archetype --- > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] Copying 2 resources > [INFO] Copying 3 resources > [INFO] Copying 3 resources > [INFO] > [INFO] --- maven-archetype-plugin:2.2:jar (default-jar) @ > simpleapp-archetype --- > [INFO] Building archetype jar: > /Users/oscarboubou/dev/verify-isis-release/simpleapp-archetype-1.9.0/target/simpleapp-archetype-1.9.0 > [INFO] > [INFO] >>> maven-source-plugin:2.2.1:jar (package-jars) @ > simpleapp-archetype >>> > [INFO] > [INFO] --- maven-enforcer-plugin:1.3.1:enforce (validate-enforce) @ > simpleapp-archetype --- > [INFO] > [INFO] <<< maven-source-plugin:2.2.1:jar (package-jars) @ > simpleapp-archetype <<< > [INFO] > [INFO] --- maven-source-plugin:2.2.1:jar (package-jars) @ > simpleapp-archetype --- > [INFO] Building jar: > /Users/oscarboubou/dev/verify-isis-release/simpleapp-archetype-1.9.0/target/simpleapp-archetype-1.9.0-sources.jar > [INFO] > [INFO] >>> maven-source-plugin:2.2.1:test-jar (package-jars) @ > simpleapp-archetype >>> > [INFO] > [INFO] --- maven-enforcer-plugin:1.3.1:enforce (validate-enforce) @ > simpleapp-archetype --- > [INFO] > [INFO] <<< maven-source-plugin:2.2.1:test-jar (package-jars) @ > simpleapp-archetype <<< > [INFO] > [INFO] --- maven-source-plugin:2.2.1:test-jar (package-jars) @ > simpleapp-archetype --- > [INFO] Building jar: > /Users/oscarboubou/dev/verify-isis-release/simpleapp-archetype-1.9.0/target/simpleapp-archetype-1.9.0-test-sources.jar > [INFO] > [INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ > simpleapp-archetype --- > [INFO] > [INFO] --- maven-jar-plugin:2.4:test-jar (package-test-jar) @ > simpleapp-archetype --- > [INFO] Building jar: > /Users/oscarboubou/dev/verify-isis-release/simpleapp-archetype-1.9.0/target/simpleapp-archetype-1.9.0-tests.jar > [INFO] > [INFO] --- maven-archetype-plugin:2.2:integration-test > (default-integration-test) @ simpleapp-archetype --- > [INFO] Processing Archetype IT project: basic > [INFO] > ---------------------------------------------------------------------------- > [INFO] Using following parameters for creating project from Archetype: > simpleapp-archetype:1.9.0 > [INFO] > ---------------------------------------------------------------------------- > [INFO] Parameter: groupId, Value: archetype.it > [INFO] Parameter: artifactId, Value: basic > [INFO] Parameter: version, Value: 0.1-SNAPSHOT > [INFO] Parameter: package, Value: it.pkg > [INFO] Parameter: packageInPathFormat, Value: it/pkg > [INFO] Parameter: version, Value: 0.1-SNAPSHOT > [INFO] Parameter: package, Value: it.pkg > [INFO] Parameter: groupId, Value: archetype.it > [INFO] Parameter: artifactId, Value: basic > [INFO] Parent element not overwritten in > /Users/oscarboubou/dev/verify-isis-release/simpleapp-archetype-1.9.0/target/test-classes/projects/basic/project/basic/app/pom.xml > [INFO] Parent element not overwritten in > /Users/oscarboubou/dev/verify-isis-release/simpleapp-archetype-1.9.0/target/test-classes/projects/basic/project/basic/dom/pom.xml > [INFO] Parent element not overwritten in > /Users/oscarboubou/dev/verify-isis-release/simpleapp-archetype-1.9.0/target/test-classes/projects/basic/project/basic/fixture/pom.xml > [INFO] Parent element not overwritten in > /Users/oscarboubou/dev/verify-isis-release/simpleapp-archetype-1.9.0/target/test-classes/projects/basic/project/basic/integtests/pom.xml > [INFO] Parent element not overwritten in > /Users/oscarboubou/dev/verify-isis-release/simpleapp-archetype-1.9.0/target/test-classes/projects/basic/project/basic/webapp/pom.xml > [INFO] project created from Archetype in dir: > /Users/oscarboubou/dev/verify-isis-release/simpleapp-archetype-1.9.0/target/test-classes/projects/basic/project/basic > [INFO] No post-archetype-generation goals to invoke. > [INFO] > [INFO] --- maven-install-plugin:2.5.1:install (default-install) @ > simpleapp-archetype --- > [INFO] Installing > /Users/oscarboubou/dev/verify-isis-release/simpleapp-archetype-1.9.0/target/simpleapp-archetype-1.9.0.jar > to > /Users/oscarboubou/.m2/repository/org/apache/isis/archetype/simpleapp-archetype/1.9.0/simpleapp-archetype-1.9.0.jar > [INFO] Installing > /Users/oscarboubou/dev/verify-isis-release/simpleapp-archetype-1.9.0/pom.xml > to > /Users/oscarboubou/.m2/repository/org/apache/isis/archetype/simpleapp-archetype/1.9.0/simpleapp-archetype-1.9.0.pom > [INFO] Installing > /Users/oscarboubou/dev/verify-isis-release/simpleapp-archetype-1.9.0/target/simpleapp-archetype-1.9.0-sources.jar > to > /Users/oscarboubou/.m2/repository/org/apache/isis/archetype/simpleapp-archetype/1.9.0/simpleapp-archetype-1.9.0-sources.jar > [INFO] Installing > /Users/oscarboubou/dev/verify-isis-release/simpleapp-archetype-1.9.0/target/simpleapp-archetype-1.9.0-test-sources.jar > to > /Users/oscarboubou/.m2/repository/org/apache/isis/archetype/simpleapp-archetype/1.9.0/simpleapp-archetype-1.9.0-test-sources.jar > [INFO] Installing > /Users/oscarboubou/dev/verify-isis-release/simpleapp-archetype-1.9.0/target/simpleapp-archetype-1.9.0-tests.jar > to > /Users/oscarboubou/.m2/repository/org/apache/isis/archetype/simpleapp-archetype/1.9.0/simpleapp-archetype-1.9.0-tests.jar > [INFO] > [INFO] --- maven-archetype-plugin:2.2:update-local-catalog > (default-update-local-catalog) @ simpleapp-archetype --- > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 8.636 s > [INFO] Finished at: 2015-08-26T10:05:10+01:00 > [INFO] Final Memory: 20M/109M > [INFO] > ------------------------------------------------------------------------ > MacBook-Pro-de-Oscar-Bou-Bou:verify-isis-release oscarboubou$ > > > > El 26/8/2015, a las 0:14, Dan Haywood <[email protected]> > escribió: > > Folks, > > I've cut a release for Apache Isis Core and the simpleapp archetype: > > * Core 1.9.0 > * SimpleApp Archetype 1.9.0 > > > The source code artifacts have been uploaded to staging repositories on > repository.apache.org: > > * > > http://repository.apache.org/content/repositories/orgapacheisis-1034/org/apache/isis/core/isis/1.9.0/isis-1.9.0-source-release.zip > * > > http://repository.apache.org/content/repositories/orgapacheisis-1034/org/apache/isis/archetype/simpleapp-archetype/1.9.0/simpleapp-archetype-1.9.0-source-release.zip > > For each zip there is a corresponding signature file (append .asc to the > zip's url). > > > In the source code repo the code has been tagged as isis-1.9.0-RC1 and > simpleapp-archetype-1.9.0-RC1; see > https://git-wip-us.apache.org/repos/asf?p=isis.git > > For instructions on how to verify the release (build from binaries and/or > use in Maven directly), see > http://isis.apache.org/guides/cg.html#_cg_committers_verifying-releases > > Please verify the release and cast your vote. The vote will be open for a > minimum of 72 hours. > > [ ] +1 > [ ] 0 > [ ] -1 > > Many thanks > Dan > > > > *Óscar Bou Bou* > Responsable de Producto > Auditor Jefe de Certificación ISO 27001 en BSI > CISA, CRISC, APMG ISO 20000, ITIL-F > > 902 900 231 / 620 267 520 > http://www.twitter.com/oscarbou > > http://es.linkedin.com/in/oscarbou > > http://www.GesConsultor.com <http://www.gesconsultor.com/> > > > > Este mensaje y los ficheros anexos son confidenciales. Los mismos > contienen información reservada que no puede ser difundida. Si usted ha > recibido este correo por error, tenga la amabilidad de eliminarlo de su > sistema y avisar al remitente mediante reenvío a su dirección electrónica; > no deberá copiar el mensaje ni divulgar su contenido a ninguna persona. > Su dirección de correo electrónico junto a sus datos personales constan en > un fichero titularidad de Gesdatos Software, S.L. cuya finalidad es la de > mantener el contacto con Ud. Si quiere saber de qué información disponemos > de Ud., modificarla, y en su caso, cancelarla, puede hacerlo enviando un > escrito al efecto, acompañado de una fotocopia de su D.N.I. a la siguiente > dirección: Gesdatos Software, S.L. , Paseo de la Castellana, 153 bajo - > 28046 (Madrid), y Avda. Cortes Valencianas num. 50, 1ºC - 46015 (Valencia). > Asimismo, es su responsabilidad comprobar que este mensaje o sus archivos > adjuntos no contengan virus informáticos, y en caso que los tuvieran > eliminarlos. > > > > > >
