You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by at...@apache.org on 2010/04/13 09:16:56 UTC

svn commit: r933503 - in /portals/jetspeed-2: applications/j2-admin/trunk/pom.xml portal/trunk/pom.xml portal/trunk/src/main/

Author: ate
Date: Tue Apr 13 07:16:56 2010
New Revision: 933503

URL: http://svn.apache.org/viewvc?rev=933503&view=rev
Log:
Cleanout of no longer used project-src assembly-plugin overrides and custom descriptor as we can use the inherited apache-7 pom configuration now

Removed:
    portals/jetspeed-2/portal/trunk/src/main/
Modified:
    portals/jetspeed-2/applications/j2-admin/trunk/pom.xml
    portals/jetspeed-2/portal/trunk/pom.xml

Modified: portals/jetspeed-2/applications/j2-admin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/pom.xml?rev=933503&r1=933502&r2=933503&view=diff
==============================================================================
--- portals/jetspeed-2/applications/j2-admin/trunk/pom.xml (original)
+++ portals/jetspeed-2/applications/j2-admin/trunk/pom.xml Tue Apr 13 07:16:56 2010
@@ -483,32 +483,6 @@
         </plugins>
       </build>
     </profile>
-    <profile>
-      <id>apache-release</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-assembly-plugin</artifactId>
-            <configuration>
-              <!--
-                "hack" to make it possible to override portals-pom-1.2 configuration using descriptorRef "project" which
-                (with the current version of the plugin doesn't produce what we need. This "hack" also requires setting
-                ignoreMissingDescriptor=true (below). See also: http://jira.codehaus.org/browse/MASSEMBLY-409
-              -->
-              <descriptorRefs>
-                <descriptorRef>dummy-does-not-exist</descriptorRef>
-              </descriptorRefs>
-              <ignoreMissingDescriptor>true</ignoreMissingDescriptor>
-              <!-- our custom assembly descriptor producing -src archives and excludes velocity.log -->
-              <descriptors>
-                <descriptor>src/main/assembly/project-src.xml</descriptor>
-              </descriptors>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
   </profiles>
 
   <!-- Project Information -->

Modified: portals/jetspeed-2/portal/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/pom.xml?rev=933503&r1=933502&r2=933503&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/pom.xml Tue Apr 13 07:16:56 2010
@@ -2047,25 +2047,6 @@
     </profile>
 
     <profile>
-      <id>apache-release</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-assembly-plugin</artifactId>
-            <configuration>
-              <!-- our custom assembly descriptor producing -src archives and excludes velocity.log -->
-              <descriptors>
-                <descriptor>src/main/assembly/project-src.xml</descriptor>
-              </descriptors>
-              <tarLongFileMode>gnu</tarLongFileMode>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-
-    <profile>
       <id>rat</id>
       <build>
         <plugins>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org