poptanimukesh / google-web-toolkit-incubator

Automatically exported from code.google.com/p/google-web-toolkit-incubator
0 stars 0 forks source link

maven POM for 2.0.1 is messed up. #341

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The pom file for 2.0.1 is invalid xml. This POM is found at:

http://repo2.maven.org/maven2/com/google/gwt/gwt-incubator/2.0.1/gwt-incubator-2
.0.1.pom

The problem is that the closing tag for <description> has whitespace:

line 15-16: ...  <
  /description>

It should be </description>

Workaround: manually edit the local pom.xml file to fix this mistake.

Original issue reported on code.google.com by mbis...@gmail.com on 23 Feb 2010 at 6:17

GoogleCodeExporter commented 8 years ago
Yep, messed up. It's really messed up. Broken I say.

Original comment by atkins.c...@gmail.com on 8 Mar 2010 at 4:28

GoogleCodeExporter commented 8 years ago
Shouldn't that be caught by the 'deploy'-goal?

http://maven.apache.org/plugins/maven-deploy-plugin/xref/org/apache/maven/plugin
/deploy/DeployFileMojo.html#316

Original comment by nikolas....@gmail.com on 19 May 2010 at 8:51