Mantis - Resin
Viewing Issue Advanced Details
3544 minor always 06-02-09 13:36 06-17-09 17:01
tripleyew  
ferg  
normal  
closed 4.0.0  
fixed  
none    
none 4.0.1  
0003544: resin-maven-plugin-4.0.0.jar is broken
There are versioning problems with the resin-maven-plugin-4.0.0.jar
When using Apache Maven 2.1.0:

Plugin 'com.caucho:resin-maven-plugin:4.0.0' has an invalid descriptor:
1) Plugin's descriptor contains the wrong version: 4.0-SNAPSHOT

The file META-INF/maven/plugin.xml
has
  <version>4.0-SNAPSHOT</version>
should be
  <version>4.0.0</version>

Also, it has a dependency on resin SNAPSHOT-4.0.
This should be 4.0.0

The file META-INF/maven/com.caucho/resin-maven-plugin/pom.xml
has the same problems
This is the same as issue 3426, I just don't know how to reopen that issue.
In other words, it has not been fixed in version 4.0.0.

Notes
(0004078)
ferg   
06-17-09 17:01   
Checked with build script for 4.0.1 and pom.xml will be generated correctly for next release.