mirror of
https://github.com/apache/struts.git
synced 2026-08-31 19:35:40 +00:00
Trying putting struts2 in the artifact id rather than the group id. This
works better when having maven generate IDE projects so that they don't conflict with Struts 1 artifacts. Also fixed up a few other poms. WW-1367 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@418532 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
+4
-4
@@ -3,12 +3,12 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.apache.struts.action2</groupId>
|
||||
<artifactId>struts-action2-parent</artifactId>
|
||||
<groupId>org.apache.struts2</groupId>
|
||||
<artifactId>struts2-parent</artifactId>
|
||||
<version>2.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<groupId>org.apache.struts.action2</groupId>
|
||||
<artifactId>struts-api</artifactId>
|
||||
<groupId>org.apache.struts</groupId>
|
||||
<artifactId>struts2-api</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Struts 2 API</name>
|
||||
<dependencies>
|
||||
|
||||
Reference in New Issue
Block a user