Author: brett
Date: Wed Jan  4 12:29:24 2012
New Revision: 1227134

URL: http://svn.apache.org/viewvc?rev=1227134&view=rev
Log:
[NPANDAY-429] only produce a ZIP source release, and move to a standard Apache
configuration

Added:
    incubator/npanday/trunk/DISCLAIMER
      - copied unchanged from r1227062, incubator/npanday/trunk/DISCLAIMER.txt
    incubator/npanday/trunk/LICENSE
      - copied unchanged from r1227062, incubator/npanday/trunk/LICENSE.txt
    incubator/npanday/trunk/NOTICE
      - copied unchanged from r1227131, incubator/npanday/trunk/NOTICE.txt
    incubator/npanday/trunk/README
      - copied unchanged from r1227062, incubator/npanday/trunk/README.txt
Removed:
    incubator/npanday/trunk/DISCLAIMER.txt
    incubator/npanday/trunk/LICENSE.txt
    incubator/npanday/trunk/NOTICE.txt
    incubator/npanday/trunk/README.txt
Modified:
    incubator/npanday/trunk/pom.xml

Modified: incubator/npanday/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/pom.xml?rev=1227134&r1=1227133&r2=1227134&view=diff
==============================================================================
--- incubator/npanday/trunk/pom.xml (original)
+++ incubator/npanday/trunk/pom.xml Wed Jan  4 12:29:24 2012
@@ -301,7 +301,7 @@ under the License.
           
<branchBase>https://svn.apache.org/repos/asf/incubator/npanday/branches</branchBase>
           <useReleaseProfile>false</useReleaseProfile>
           <goals>deploy</goals>
-          <arguments>-Pnpanday-release,dist</arguments>
+          <arguments>-Papache-release,dist</arguments>
           <preparationGoals>clean install</preparationGoals>
           <autoVersionSubmodules>true</autoVersionSubmodules>
           <mavenExecutorId>forked-path</mavenExecutorId>
@@ -621,84 +621,6 @@ under the License.
       </modules>
     </profile>
     <profile>
-      <id>npanday-release</id>
-      <build>
-        <plugins>
-          <!-- Fail fast: the release build must run on Windows for the Add-in 
-->
-          <!-- TODO: consider splitting it into a separate release -->
-<!-- Disabled because it causes the dotnet-repository-builder to fail (it makes
-     "clean" resolve dependencies)
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-enforcer-plugin</artifactId>
-            <version>1.0-beta-1</version>
-            <executions>
-              <execution>
-                <id>enforce-os</id>
-                <goals>
-                  <goal>enforce</goal>
-                </goals>
-                <configuration>
-                  <rules>
-                    <requireOS>
-                      <family>windows</family>
-                    </requireOS>
-                  </rules>
-                  <fail>true</fail>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
--->
-          <plugin>
-            <artifactId>maven-assembly-plugin</artifactId>
-            <inherited>false</inherited>
-            <configuration>
-              <descriptor>src/assembly/src.xml</descriptor>
-              <outputDirectory>target</outputDirectory>
-              <finalName>npanday-${project.version}</finalName>
-            </configuration>
-            <executions>
-              <execution>
-                <id>make-assembly</id>
-                <phase>package</phase>
-                <goals>
-                  <goal>single</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-source-plugin</artifactId>
-            <version>2.1.2</version>
-            <executions>
-              <execution>
-                <id>attach-sources</id>
-                <goals>
-                  <goal>jar-no-fork</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-gpg-plugin</artifactId>
-            <configuration>
-              <passphrase>${gpg.passphrase}</passphrase>
-            </configuration>
-            <executions>
-              <execution>
-                <goals>
-                  <goal>sign</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-    <profile>
       <id>branch</id>
       <activation>
         <property>


Reply via email to