mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
Tweaked poms
WW-1462 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@454257 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -8,23 +8,11 @@
|
||||
<version>2.0.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<groupId>org.apache.struts</groupId>
|
||||
<artifactId>struts2-toolbox</artifactId>
|
||||
<artifactId>struts2-quickstart-plugin</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Struts 2 - Toolbox</name>
|
||||
|
||||
<distributionManagement>
|
||||
<site>
|
||||
<id>apache-site</id>
|
||||
<url>scp://people.apache.org/www/struts.apache.org/2.x/struts-toolbox</url>
|
||||
</site>
|
||||
</distributionManagement>
|
||||
<name>Struts 2 Quickstart Plugin</name>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.struts</groupId>
|
||||
<artifactId>struts2-core</artifactId>
|
||||
<version>${pom.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
|
||||
@@ -8,23 +8,11 @@
|
||||
<version>2.0.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<groupId>org.apache.struts</groupId>
|
||||
<artifactId>struts2-sitegraph</artifactId>
|
||||
<artifactId>struts2-sitegraph-plugin</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Struts 2 - sitegraph</name>
|
||||
|
||||
<distributionManagement>
|
||||
<site>
|
||||
<id>apache-site</id>
|
||||
<url>scp://people.apache.org/www/struts.apache.org/2.x/struts-sitegraph</url>
|
||||
</site>
|
||||
</distributionManagement>
|
||||
<name>Struts 2 Sitegraph Plugin</name>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.struts</groupId>
|
||||
<artifactId>struts2-core</artifactId>
|
||||
<version>${pom.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
|
||||
Reference in New Issue
Block a user