Benjamin Bentmann wrote:
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>
OK - we can also just wait until the new parent is released.
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.
Oh - forgot that one - yes - that should be changed - and is in fact
showed in the integration-tests as well.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email