mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
WW-2258
Changed classifier to "backport". Configured the assemblies so they do not include backported packages. git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@592882 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
+1
-1
@@ -78,7 +78,7 @@
|
||||
<goal>translate-project</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<classifier>j4</classifier>
|
||||
<classifier>backport</classifier>
|
||||
<attach>true</attach>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
||||
@@ -27,6 +27,9 @@
|
||||
<dependencySet>
|
||||
<outputDirectory>lib</outputDirectory>
|
||||
<scope>runtime</scope>
|
||||
<excludes>
|
||||
<exclude>*:backport</exclude>
|
||||
</excludes>
|
||||
</dependencySet>
|
||||
</dependencySets>
|
||||
<fileSets>
|
||||
|
||||
@@ -27,6 +27,9 @@
|
||||
<dependencySet>
|
||||
<outputDirectory>lib</outputDirectory>
|
||||
<scope>runtime</scope>
|
||||
<excludes>
|
||||
<exclude>*:backport</exclude>
|
||||
</excludes>
|
||||
</dependencySet>
|
||||
</dependencySets>
|
||||
<fileSets>
|
||||
|
||||
+1
-1
@@ -164,7 +164,7 @@
|
||||
<goal>translate-project</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<classifier>j4</classifier>
|
||||
<classifier>backport</classifier>
|
||||
<attach>true</attach>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
||||
+1
-1
@@ -101,7 +101,7 @@
|
||||
<goal>translate-project</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<classifier>j4</classifier>
|
||||
<classifier>backport</classifier>
|
||||
<attach>true</attach>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
||||
Reference in New Issue
Block a user