Hi,
the latest released version of maven-archetype-quickstart has a dependency to JUnit 3.8.1
defined in its template pom.xml. If you want that updated you can create an issue at
http://jira.codehaus.org/browse/ARCHETYPE under the 'archetypes' component.
-Tim
Franz Fehringer schrieb:
Hello,
With
mvn -U archetype:create -DgroupId=de.isogmbh.app -DartifactId=iso-app
i still get a pom.xml with
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
What component/plugin needs update for this to become
<version>4.1</version>
?
Greetings
Franz
------------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]