Author: jasha
Date: Sat Dec 29 15:46:49 2012
New Revision: 1426775
URL: http://svn.apache.org/viewvc?rev=1426775&view=rev
Log:
Delete dist configuration because we're not going to build a demo package from
the vanilla extension
Removed:
rave/sandbox/rave-extensions/rave-vanilla-extension/rave-vanilla-extension-portal/src/main/assembly/
rave/sandbox/rave-extensions/rave-vanilla-extension/rave-vanilla-extension-portal/src/main/dist/bin/
Modified:
rave/sandbox/rave-extensions/rave-vanilla-extension/rave-vanilla-extension-portal/pom.xml
Modified:
rave/sandbox/rave-extensions/rave-vanilla-extension/rave-vanilla-extension-portal/pom.xml
URL:
http://svn.apache.org/viewvc/rave/sandbox/rave-extensions/rave-vanilla-extension/rave-vanilla-extension-portal/pom.xml?rev=1426775&r1=1426774&r2=1426775&view=diff
==============================================================================
---
rave/sandbox/rave-extensions/rave-vanilla-extension/rave-vanilla-extension-portal/pom.xml
(original)
+++
rave/sandbox/rave-extensions/rave-vanilla-extension/rave-vanilla-extension-portal/pom.xml
Sat Dec 29 15:46:49 2012
@@ -329,62 +329,4 @@
</plugins>
</build>
- <profiles>
- <profile>
- <id>dist</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.cargo</groupId>
- <artifactId>cargo-maven2-plugin</artifactId>
- <version>${cargo.version}</version>
- <executions>
- <execution>
- <id>dist-cargo-package</id>
- <phase>install</phase>
- <goals>
- <goal>configure</goal>
- <goal>package</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-assembly-plugin</artifactId>
- <version>2.2.1</version>
- <configuration>
- <!-- Do not attach the resulting artifact(s) to
the project (e.g. do not deploy) -->
- <attach>false</attach>
- <!-- Override finalName -->
- <finalName>rave-${project.version}</finalName>
- <!-- Workaround for
http://jira.codehaus.org/browse/MASSEMBLY-449 -->
- <archiverConfig>
- <fileMode>0644</fileMode>
- <directoryMode>0755</directoryMode>
-
<defaultDirectoryMode>0755</defaultDirectoryMode>
- </archiverConfig>
- </configuration>
- <executions>
- <execution>
- <id>dist-assembly</id>
- <phase>install</phase>
- <goals>
- <goal>single</goal>
- </goals>
- <configuration>
-
<finalName>apache-rave-vanilla-extension-${project.version}</finalName>
- <descriptors>
-
<descriptor>${project.basedir}/src/main/assembly/distbin.xml</descriptor>
- </descriptors>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-
-
</project>