Author: kstam
Date: Mon Jan 13 23:37:54 2014
New Revision: 1557885

URL: http://svn.apache.org/r1557885
Log:
we inherit from the apache-parent anyway

Modified:
    juddi/trunk/pom.xml

Modified: juddi/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/pom.xml?rev=1557885&r1=1557884&r2=1557885&view=diff
==============================================================================
--- juddi/trunk/pom.xml (original)
+++ juddi/trunk/pom.xml Mon Jan 13 23:37:54 2014
@@ -328,110 +328,24 @@
 
        </pluginRepositories>
        <profiles>
-               <!-- START SNIPPET: release-profile -->
-               <!-- this is borrowed from an nov 2009 apache-7 pom release 
attempt -->
+               <!-- inherit from the apache parent: release-profile -->
                <profile>
                        <id>apache-release</id>
                        <modules>
-                               <!-- this requires some artifacts generated by 
apache-release profile 
-                                       (source, javadoc) -->
+                               <!-- adding these modules for release only -->
                                <module>uddi-tck</module>
                                <module>uddi-tck-runner</module>
                                <module>docs</module>
                                <module>juddi-dist</module>
                                <module>uddi-client-dist</module>
                        </modules>
-                       <build>
-                               <plugins>
-                                       <!-- Create a source-release artifact 
that contains the fully buildable 
-                                               project directory source 
structure. This is the artifact which is the official 
-                                               subject of any release vote. -->
-                                       <plugin>
-                                               
<artifactId>maven-assembly-plugin</artifactId>
-                                               <dependencies>
-                                                       <dependency>
-                                                               
<groupId>org.apache.apache.resources</groupId>
-                                                               
<artifactId>apache-source-release-assembly-descriptor</artifactId>
-                                                               
<version>1.0.4</version>
-                                                       </dependency>
-                                               </dependencies>
-                                               <executions>
-                                                       <execution>
-                                                               
<id>source-release-assembly</id>
-                                                               
<phase>package</phase>
-                                                               <goals>
-                                                                       
<goal>single</goal>
-                                                               </goals>
-                                                               <configuration>
-                                                                       
<runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
-                                                                       
<descriptorRefs>
-                                                                               
<descriptorRef>${sourceReleaseAssemblyDescriptor}</descriptorRef>
-                                                                       
</descriptorRefs>
-                                                                       
<tarLongFileFormat>gnu</tarLongFileFormat>
-                                                               </configuration>
-                                                       </execution>
-                                               </executions>
-                                       </plugin>
-                                       <!-- We want to deploy the artifact to 
a staging location for perusal -->
-                                       <plugin>
-                                               <inherited>true</inherited>
-                                               
<groupId>org.apache.maven.plugins</groupId>
-                                               
<artifactId>maven-deploy-plugin</artifactId>
-                                               <configuration>
-                                                       
<updateReleaseInfo>true</updateReleaseInfo>
-                                               </configuration>
-                                       </plugin>
-                                       <plugin>
-                                               
<groupId>org.apache.maven.plugins</groupId>
-                                               
<artifactId>maven-source-plugin</artifactId>
-                                               <executions>
-                                                       <execution>
-                                                               
<id>attach-sources</id>
-                                                               <goals>
-                                                                       
<goal>jar</goal>
-                                                               </goals>
-                                                       </execution>
-                                               </executions>
-                                       </plugin>
-                                       <plugin>
-                                               
<groupId>org.apache.maven.plugins</groupId>
-                                               
<artifactId>maven-javadoc-plugin</artifactId>
-                                               <executions>
-                                                       <execution>
-                                                               
<id>attach-javadocs</id>
-                                                               <goals>
-                                                                       
<goal>jar</goal>
-                                                               </goals>
-                                                       </execution>
-                                               </executions>
-                                       </plugin>
-                                       <!-- We want to sign the artifact, the 
POM, and all attached artifacts -->
-                                       <plugin>
-                                               
<groupId>org.apache.maven.plugins</groupId>
-                                               
<artifactId>maven-gpg-plugin</artifactId>
-                                               <configuration>
-                                                       
<passphrase>${gpg.passphrase}</passphrase>
-                                                       
<useAgent>${gpg.useagent}</useAgent>
-                                               </configuration>
-                                               <executions>
-                                                       <execution>
-                                                               <goals>
-                                                                       
<goal>sign</goal>
-                                                               </goals>
-                                                       </execution>
-                                               </executions>
-                                       </plugin>
-                               </plugins>
-                       </build>
                </profile>
-               <!-- END SNIPPET: release-profile -->
 
                <!-- same as the apache-release minus signing. CI should use 
this -->
                <profile>
                        <id>dist</id>
                        <modules>
-                               <!-- this requires some artifacts generated by 
apache-release profile 
-                                       (source, javadoc) -->
+                               <!-- adding these module for dist only -->
                                <module>uddi-tck</module>
                                <module>uddi-tck-runner</module>
                                <module>docs</module>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to