Title: [695] trunk/qdox: QDOX-197: provide projectsources as download
Revision
695
Author
rfscholte
Date
2010-01-08 09:27:36 -0600 (Fri, 08 Jan 2010)

Log Message

QDOX-197: provide projectsources as download

Modified Paths

Diff

Modified: trunk/qdox/pom.xml (694 => 695)

--- trunk/qdox/pom.xml	2010-01-03 12:39:16 UTC (rev 694)
+++ trunk/qdox/pom.xml	2010-01-08 15:27:36 UTC (rev 695)
@@ -101,7 +101,7 @@
     <developer>
       <id>rfscholte</id>
       <name>Robert Scholte</name>
-      <timezone>+2</timezone>
+      <timezone>+1</timezone>
       <roles>
         <role>developer</role>
       </roles>
@@ -258,6 +258,25 @@
         </executions>
       </plugin>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <version>2.2-beta-5</version>
+        <configuration>
+          <descriptorRefs>
+            <descriptorRef>project</descriptorRef>
+          </descriptorRefs>
+        </configuration>
+        <executions>
+          <execution>
+            <id>make-assembly</id> <!-- this is used for inheritance merges -->
+            <phase>package</phase> <!-- append to the packaging phase. -->
+            <goals>
+              <goal>single</goal> <!-- goals == mojos -->
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
         <artifactId>maven-site-plugin</artifactId>
         <version>2.0</version>
         <configuration>

Modified: trunk/qdox/src/site/content/download.html (694 => 695)

--- trunk/qdox/src/site/content/download.html	2010-01-03 12:39:16 UTC (rev 694)
+++ trunk/qdox/src/site/content/download.html	2010-01-08 15:27:36 UTC (rev 695)
@@ -7,7 +7,10 @@
         Latest stable release - QDox 1.10.1: 
         <a href="" jar</a> | 
         <a href="" jar</a> |
-        <a href="" jar</a>
+        <a href="" jar</a> |
+        <a href="" tar.bz2</a> | 
+        <a href="" tar.gz</a> |
+        <a href="" zip</a>
       </p>
       <p>
         The latest snapshot - QDox 1.11-SNAPSHOT:


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to