Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Adding defect number for integrgation test failure with Maven 3
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmccullough committed Feb 16, 2010
1 parent 60950b1 commit 5b4e5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archetype-archetypes/quickstart/pom.xml
Expand Up @@ -48,7 +48,7 @@
<goals>
<goal>org.apache.maven.plugins:maven-archetype-plugin:generate</goal>
</goals>
<!-- Doesn't work with Maven 3.0. Fails to copy archetype to the local repo. <localRepositoryPath>${project.build.directory}/it/repo</localRepositoryPath> -->
<!-- Doesn't work with Maven 3.0. Fails to copy archetype to the local repo. http://jira.codehaus.org/browse/MINVOKER-99 <localRepositoryPath>${project.build.directory}/it/repo</localRepositoryPath> -->
<pomIncludes>
<pomInclude>*</pomInclude>
</pomIncludes>
Expand Down

0 comments on commit 5b4e5c9

Please sign in to comment.