You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by ol...@apache.org on 2010/05/14 23:31:16 UTC

svn commit: r944483 - in /maven/doxia/doxia-sitetools/trunk: pom.xml src/assembly/

Author: olamy
Date: Fri May 14 21:31:16 2010
New Revision: 944483

URL: http://svn.apache.org/viewvc?rev=944483&view=rev
Log:
remove release stuff inherited from parent

Removed:
    maven/doxia/doxia-sitetools/trunk/src/assembly/
Modified:
    maven/doxia/doxia-sitetools/trunk/pom.xml

Modified: maven/doxia/doxia-sitetools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/pom.xml?rev=944483&r1=944482&r2=944483&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/pom.xml Fri May 14 21:31:16 2010
@@ -298,31 +298,6 @@ under the License.
 
   <profiles>
     <profile>
-      <id>apache-release</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-assembly-plugin</artifactId>
-            <executions>
-              <execution>
-                <goals>
-                  <goal>single</goal>
-                </goals>
-                <phase>package</phase>
-                <configuration>
-                  <descriptors>
-                   <descriptor>src/assembly/source-release.xml</descriptor>
-                  </descriptors>
-                  <tarLongFileMode>gnu</tarLongFileMode>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-    <profile>
       <id>reporting</id>
       <reporting>
         <plugins>