Added dependency on <code>commons-jelly-tags-xml</code>. It seems this is required for some configurations of Maven. Not sure why...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115022 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-jetty-plugin</id>
|
||||
<name>Maven Jetty plugin</name>
|
||||
<currentVersion>1.0</currentVersion>
|
||||
<currentVersion>1.1-SNAPSHOT</currentVersion>
|
||||
<shortDescription>Run Jetty</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/jetty/</url>
|
||||
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10421</issueTrackingUrl>
|
||||
@@ -39,6 +39,11 @@
|
||||
<name>1.0</name>
|
||||
<tag>MAVEN_JETTY_1_0</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.1</id>
|
||||
<name>1.1</name>
|
||||
<tag>HEAD</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
<developer>
|
||||
@@ -74,6 +79,15 @@
|
||||
<artifactId>jasper-runtime</artifactId>
|
||||
<version>4.0.4</version>
|
||||
</dependency>
|
||||
|
||||
<!-- VMA: I don't know why but this dependency is required for some
|
||||
persons -->
|
||||
<dependency>
|
||||
<groupId>commons-jelly</groupId>
|
||||
<artifactId>commons-jelly-tags-xml</artifactId>
|
||||
<version>20030211.142705</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
<reports>
|
||||
<report>maven-changes-plugin</report>
|
||||
|
||||
@@ -24,6 +24,12 @@
|
||||
<author email="vmassol@apache.org">Vincent Massol</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.1" date="in CVS">
|
||||
<action dev="vmassol" type="fix">
|
||||
Added dependency on <code>commons-jelly-tags-xml</code>. It seems
|
||||
this is required for some configurations of Maven.
|
||||
</action>
|
||||
</release>
|
||||
<release version="1.0" date="2004-03-17">
|
||||
<action dev="vmassol" type="add">
|
||||
Plugin creation. Currently only supports WAR deployments in Jetty.
|
||||
|
||||
Reference in New Issue
Block a user