Author: alexsmirnov
Date: 2007-07-30 19:45:24 -0400 (Mon, 30 Jul 2007)
New Revision: 1941
Modified:
trunk/cdk/maven-cdk-plugin/src/main/java/org/ajax4jsf/builder/mojo/AssemblyLibraryMojo.java
trunk/ui/assembly/pom.xml
trunk/ui/assembly/src/main/assembly/richfaces.xml
trunk/ui/assembly/src/main/assembly/src.xml
Log:
build distribution package with jar's , sources and docs
Modified:
trunk/cdk/maven-cdk-plugin/src/main/java/org/ajax4jsf/builder/mojo/AssemblyLibraryMojo.java
===================================================================
---
trunk/cdk/maven-cdk-plugin/src/main/java/org/ajax4jsf/builder/mojo/AssemblyLibraryMojo.java 2007-07-30
23:34:52 UTC (rev 1940)
+++
trunk/cdk/maven-cdk-plugin/src/main/java/org/ajax4jsf/builder/mojo/AssemblyLibraryMojo.java 2007-07-30
23:45:24 UTC (rev 1941)
@@ -422,7 +422,7 @@
.addAll(projectsDependencies.values());
writePom(generatedProject);
project.setDependencies(new ArrayList(projectsDependencies.values()));
- project.setFile(generatedPom);
+// project.setFile(generatedPom);
}
/**
Modified: trunk/ui/assembly/pom.xml
===================================================================
--- trunk/ui/assembly/pom.xml 2007-07-30 23:34:52 UTC (rev 1940)
+++ trunk/ui/assembly/pom.xml 2007-07-30 23:45:24 UTC (rev 1941)
@@ -121,7 +121,6 @@
</execution>
</executions>
</plugin>
-<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
@@ -142,6 +141,8 @@
<version>
3.1.0-SNAPSHOT
</version>
+ <type>war</type>
+ <classifier>pdf</classifier>
<outputDirectory>
${project.build.directory}/docs/userguide/en
</outputDirectory>
@@ -179,7 +180,6 @@
</execution>
</executions>
</plugin>
--->
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
Modified: trunk/ui/assembly/src/main/assembly/richfaces.xml
===================================================================
--- trunk/ui/assembly/src/main/assembly/richfaces.xml 2007-07-30 23:34:52 UTC (rev 1940)
+++ trunk/ui/assembly/src/main/assembly/richfaces.xml 2007-07-30 23:45:24 UTC (rev 1941)
@@ -27,6 +27,9 @@
<fileSet>
<directory>target/apidocs</directory>
<outputDirectory>apidocs</outputDirectory>
+ <excludes>
+ <exclude>**/META-INF</exclude>
+ </excludes>
</fileSet>
<fileSet>
<directory>target/tlddoc</directory>
@@ -43,10 +46,9 @@
<unpack>false</unpack>
<scope>runtime</scope>
<includes>
- <include>org.ajax4jsf:ajax4jsf</include>
- <include>org.ajax4jsf:test</include>
- <include>org.richfaces:richfaces</include>
- <include></include>
+ <include>org.richfaces.framework:richfaces-api</include>
+ <include>org.richfaces.framework:richfaces-impl</include>
+ <include>org.richfaces.framework:richfaces-test</include>
</includes>
<excludes>
<exclude>junit:junit</exclude>
Modified: trunk/ui/assembly/src/main/assembly/src.xml
===================================================================
--- trunk/ui/assembly/src/main/assembly/src.xml 2007-07-30 23:34:52 UTC (rev 1940)
+++ trunk/ui/assembly/src/main/assembly/src.xml 2007-07-30 23:45:24 UTC (rev 1941)
@@ -6,7 +6,7 @@
</formats>
<fileSets>
<fileSet>
- <directory>../..</directory>
+ <directory>${basedir}/../..</directory>
<outputDirectory>/</outputDirectory>
<excludes>
<exclude>**/target/**</exclude>