Author: pete.muir(a)jboss.org
Date: 2010-06-04 17:36:54 -0400 (Fri, 04 Jun 2010)
New Revision: 13061
Added:
modules/remoting/trunk/docs/src/main/assembly/
modules/remoting/trunk/docs/src/main/assembly/assembly.xml
Modified:
modules/remoting/trunk/docs/pom.xml
Log:
attach sources
Modified: modules/remoting/trunk/docs/pom.xml
===================================================================
--- modules/remoting/trunk/docs/pom.xml 2010-06-04 21:36:16 UTC (rev 13060)
+++ modules/remoting/trunk/docs/pom.xml 2010-06-04 21:36:54 UTC (rev 13061)
@@ -1,6 +1,7 @@
-<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
-
+
<parent>
<groupId>org.jboss.seam.remoting</groupId>
<artifactId>seam-remoting-parent</artifactId>
@@ -51,11 +52,30 @@
</plugins>
</build>
+ <profiles>
+ <profile>
+ <id>distribution</id>
+ <activation>
+ <property>
+ <name>release</name>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
<scm>
<
connection>scm:svn:http://anonsvn.jboss.org/repos/seam/modules/remotin...
<
developerConnection>scm:svn:https://svn.jboss.org/repos/seam/modules/r...
<
url>http://fisheye.jboss.org/browse/seam/modules/remoting/docs</url...
</scm>
-
+
</project>
Added: modules/remoting/trunk/docs/src/main/assembly/assembly.xml
===================================================================
--- modules/remoting/trunk/docs/src/main/assembly/assembly.xml
(rev 0)
+++ modules/remoting/trunk/docs/src/main/assembly/assembly.xml 2010-06-04 21:36:54 UTC
(rev 13061)
@@ -0,0 +1,17 @@
+<assembly
+
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembl...
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-p...
http://maven.apache.org/xsd/assembly-1.1.0.xsd">
+ <id>sources</id>
+ <formats>
+ <format>zip</format>
+ </formats>
+ <baseDirectory>${project.artifactId}</baseDirectory>
+ <fileSets>
+ <fileSet>
+ <outputDirectory>.</outputDirectory>
+ <directory>${project.basedir}/src/main/docbook/en-US</directory>
+ <useDefaultExcludes>true</useDefaultExcludes>
+ </fileSet>
+ </fileSets>
+</assembly>
Property changes on: modules/remoting/trunk/docs/src/main/assembly/assembly.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain