[jboss-svn-commits] JBL Code SVN: r7792 - labs/reportingservices/trunk/dev/modules/client/impl
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Nov 22 16:57:48 EST 2006
Author: noel.rocher at jboss.com
Date: 2006-11-22 16:57:46 -0500 (Wed, 22 Nov 2006)
New Revision: 7792
Modified:
labs/reportingservices/trunk/dev/modules/client/impl/pom.xml
Log:
Modified: labs/reportingservices/trunk/dev/modules/client/impl/pom.xml
===================================================================
--- labs/reportingservices/trunk/dev/modules/client/impl/pom.xml 2006-11-22 21:55:05 UTC (rev 7791)
+++ labs/reportingservices/trunk/dev/modules/client/impl/pom.xml 2006-11-22 21:57:46 UTC (rev 7792)
@@ -8,8 +8,8 @@
<modelVersion>4.0.0</modelVersion>
- <artifactId>client-impl</artifactId>
- <name>Client - Implementation</name>
+ <artifactId>client-samples</artifactId>
+ <name>Client - Sample</name>
<packaging>jar</packaging>
@@ -19,6 +19,10 @@
<groupId>jboss.reportingservices</groupId>
<artifactId>client-api</artifactId>
</dependency>
+ <dependency>
+ <groupId>jboss.reportingservices</groupId>
+ <artifactId>client-impl</artifactId>
+ </dependency>
<!-- external dependencies -->
<dependency>
@@ -36,4 +40,26 @@
<artifactId>jboss-common</artifactId>
</dependency>
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>dependency-maven-plugin</artifactId>
+ <inherited>false</inherited>
+ <executions>
+ <execution>
+ <id>copy-dependencies</id>
+ <phase>package</phase>
+ <goals>
+ <goal>copy-dependencies</goal>
+ </goals>
+ <configuration>
+ <outputDirectory>${basedir}/lib</outputDirectory>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
</project>
\ No newline at end of file
More information about the jboss-svn-commits
mailing list