David J, M. Karlsen wrote:
I've done some more cleanups and hope we can get it released this time.
+0, not using it.
Site: http://www.davidkarlsen.com/hudson/job/hibernate3-maven-plugin/site/
The plugin-info.html states an uninterpolated JDK requirement. Until the
mojo-parent:20 is out, the local fix is to drop this snippet into the
plugin POM:
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>2.4.2</version>
<configuration>
<requirements>
<jdk>${project.build.java.target}</jdk>
</requirements>
</configuration>
</plugin>
</plugins>
</reporting>
In the first release vote, I raised a question which was left unanswered:
The usage.apt says the JDBC driver needs to be added as an extension.
Doesn't it work if users add the driver as a regular plugin dependency?
IIRC, Maven 3.x aims at removing extensions, so the sketched usage might
not work in the future.
Benjamin
[0]
http://www.davidkarlsen.com/hudson/job/hibernate3-maven-plugin/site/plugin-info.html
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email