Skip to content

Commit

Permalink
[NPANDAY-429] only produce a ZIP source release, and move to a standa…
Browse files Browse the repository at this point in the history
…rd Apache

configuration


git-svn-id: https://svn.apache.org/repos/asf/incubator/npanday/trunk@1227134 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
brettporter committed Jan 4, 2012
1 parent e602b99 commit 621cc04
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 79 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
80 changes: 1 addition & 79 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -620,84 +620,6 @@ under the License.
<module>dist</module>
</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>
Expand Down

0 comments on commit 621cc04

Please sign in to comment.