[ https://jira.codehaus.org/browse/ARCHETYPE-355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=281205#comment-281205 ]
Nico De Groote commented on ARCHETYPE-355: ------------------------------------------ Not solved in 2.1 version. When running 'crawl' goal on my machine to update my local archetype file I do get this mistake again. When running with last version 2.2-SNASPHOT, the issue is in fact solved... > NPE in DefaultArchetypeArtifactManager.closeZipFile when running > integration-test goal > -------------------------------------------------------------------------------------- > > Key: ARCHETYPE-355 > URL: https://jira.codehaus.org/browse/ARCHETYPE-355 > Project: Maven Archetype > Issue Type: Bug > Components: Plugin > Affects Versions: 2.0 > Environment: Apache Maven 3.0.1 (r1038046; 2010-11-23 05:58:32-0500) > Java version: 1.6.0_14 > Java home: /opt/jdk1.6.0_14_x64/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "linux" version: "2.6.35-24-generic" arch: "amd64" Family: "unix" > Reporter: Rob Manning > Assignee: Herve Boutemy > Fix For: 2.1 > > Attachments: logs.zip > > > After successfully creating an archetype from a project (using > archetype:create-from-project), a NullPointerException is encountered when > executing the "integration-test" goal of the archetype plugin. The steps to > reproduce are: > {noformat}cd /tmp > svn co > https://squirrel-sql.svn.sourceforge.net/svnroot/squirrel-sql/trunk/sql12/plugins/example > example > cd example > mvn -X clean install > build.log > mvn -X archetype:create-from-project > archetype-create.log > cd /tmp/example/target/generated-sources/archetype > mvn -X -e archetype:integration-test > archetype-test.log{noformat} > The NullPointerException is listed at the bottom of > /tmp/example/target/generated-sources/archetype/archetype-test.log and > appears as follows: > {noformat}Caused by: java.lang.NullPointerException > at > org.apache.maven.archetype.common.DefaultArchetypeArtifactManager.closeZipFile(DefaultArchetypeArtifactManager.java:588) > at > org.apache.maven.archetype.common.DefaultArchetypeArtifactManager.isFileSetArchetype(DefaultArchetypeArtifactManager.java:200) > at > org.apache.maven.archetype.generator.DefaultArchetypeGenerator.generateArchetype(DefaultArchetypeGenerator.java:104) > at > org.apache.maven.archetype.generator.DefaultArchetypeGenerator.generateArchetype(DefaultArchetypeGenerator.java:149) > at > org.apache.maven.archetype.mojos.IntegrationTestMojo.processIntegrationTest(IntegrationTestMojo.java:237) > at > org.apache.maven.archetype.mojos.IntegrationTestMojo.execute(IntegrationTestMojo.java:108) > at > org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:107){noformat} > The attached zip file contains all of the logs that were generated. The > source is available on the web with the svn checkout listed above for > convenience. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira