Monday, September 1, 2008

maven common-validator bug

I had run appfuse with the following command:

mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-tapestry -DremoteRepositories=http://static.appfuse.org/releases -DarchetypeVersion=2.0.2 -DgroupId=com.mycompany.app -DartifactId=myproject

mvn jetty:run-war

[WARNING] POM for 'org.hibernate:jtidy:pom:r8-20060801:runtime' is invalid. It will be ignored for artifact resolution. Reason: Parse error reading POM. Reason: TEXT must be immediately followed by END_TAG and not START_TAG (position: START_TAG seen ...\n\t\t\t... @12:13) for project org.hibernate:jtidy at C:\Documents and Settings\0000665\.m2\repository\org\hibernate\jtidy\r8-20060801\jtidy-r8-20060801.pom
[WARNING] POM for 'org.hibernate:jtidy:pom:r8-20060801:runtime' is invalid. It will be ignored for artifact resolution. Reason: Parse error reading POM. Reason: TEXT must be immediately followed by END_TAG and not START_TAG (position: START_TAG seen ...\n\t\t\t... @12:13) for project org.hibernate:jtidy at C:\Documents and Settings\0000665\.m2\repository\org\hibernate\jtidy\r8-20060801\jtidy-r8-20060801.pom
Downloading: http://static.appfuse.org/repository/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar
Downloading: http://static.appfuse.org/repository/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar
Downloading: http://cvs.apache.org/maven-snapshot-repository/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar

No comments: