Wayne Fay wrote:
Two possible reasons for this:
1. You've found a bug. Congrats! Go check JIRA and see if its been
filed already. If not, file a new bug.
If there is supposed to be a test directory then this is a bug and I'll
submit it in JIRA. I downlaoded a clean 2.0.6 install and ran the fo
Two possible reasons for this:
1. You've found a bug. Congrats! Go check JIRA and see if its been
filed already. If not, file a new bug.
2. Maven best practices suggest that you create all Java code etc in
JARs which are tested in their own project and then bundled along with
the WAR. The only fil
Hi all
I think there is a problem with the following command
mvn archetype:create -DgroupId=com.al.su -DartifactId=DOMtr
-DarchetypeArtifactId=maven-archetype-webapp
When run under windows or unix all I get is the follwoing directory
layout (note missing test directories)
..DOMtr
src
please search the list, this has come up a few times already.
note to devs: There should either exist a RELEASE version of the
archetype or the docs need to be made more clear.
Jorg
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Have a problem using this command :
mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-webapp
-DarchetypeArtifactId=maven-archetype-ear
Error :
[INFO] Failed to resolve artifact.
GroupId: org.apache.maven.archetypes
ArtifactId: maven-archetype-ear
Version: RELEASE
Have a problem using this command :
mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-webapp
-DarchetypeArtifactId=maven-archetype-ear
Error :
[INFO] Failed to resolve artifact.
GroupId: org.apache.maven.archetypes
ArtifactId: maven-archetype-ear
Version: RELEASE