[picocontainer-scm] [5685] java/2.x/trunk/pico: make debug version too (that does not shade paranamer)
paul-yCVjj/[email protected]
| Newsgroups | gmane.comp.java.picocontainer.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision 5685 Author paul Date 2010-06-24 16:54:20 -0500 (Thu, 24 Jun 2010) Log Message make debug version too (that does not shade paranamer) Modified Paths - java/2.x/trunk/pico/pom.xml Added Paths - java/2.x/trunk/pico/container-debug/ - java/2.x/trunk/pico/container-debug/pom.xml Diff Copied: java/2.x/trunk/pico/container-debug/pom.xml (from rev 5684, java/2.x/trunk/pico/container/pom.xml) (0 => 5685) --- java/2.x/trunk/pico/container-debug/pom.xml (rev 0) +++ java/2.x/trunk/pico/container-debug/pom.xml 2010-06-24 21:54:20 UTC (rev 5685) @@ -0,0 +1,73 @@ +<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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.picocontainer</groupId> + <artifactId>picocontainer-parent</artifactId> + <version>2.11-SNAPSHOT</version> + </parent> + <artifactId>picocontainer-debug</artifactId> + <name>PicoContainer Core (Debug)</name> + <packaging>jar</packaging> + <dependencies> + <dependency> + <groupId>com.thoughtworks.paranamer</groupId> + <artifactId>paranamer</artifactId> + <version>2.2.1-debug8</version> + </dependency> + <dependency> + <groupId>asm</groupId> + <artifactId>asm</artifactId> + </dependency> + <dependency> + <groupId>javax.annotation</groupId> + <artifactId>jsr250-api</artifactId> + <optional>true</optional> + </dependency> + <dependency> + <groupId>javax.inject</groupId> + <artifactId>javax.inject</artifactId> + <optional>true</optional> + </dependency> + </dependencies> + <build> + <sourceDirectory>../container/src/java</sourceDirectory> + <testSourceDirectory>../container/src/test</testSourceDirectory> + <resources> + <resource> + <directory>src/java</directory> + <excludes> + <exclude>**/*.java</exclude> + </excludes> + </resource> + </resources> + <testResources> + <testResource> + <directory>/src/test</directory> + <excludes> + <exclude>**/*.java</exclude> + </excludes> + </testResource> + </testResources> + <plugins> + <plugin> + <groupId>com.thoughtworks.paranamer</groupId> + <artifactId>paranamer-maven-plugin</artifactId> + <version>2.2.1</version> + <configuration> + <sourceDirectory>src/test</sourceDirectory> + <outputDirectory>target/test-classes</outputDirectory> + </configuration> + <executions> + <execution> + <phase>test</phase> + <id>generate</id> + <goals> + <goal>generate</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + +</project> \ No newline at end of file Modified: java/2.x/trunk/pico/pom.xml (5684 => 5685) --- java/2.x/trunk/pico/pom.xml 2010-06-21 13:26:17 UTC (rev 5684) +++ java/2.x/trunk/pico/pom.xml 2010-06-24 21:54:20 UTC (rev 5685) @@ -8,6 +8,7 @@ <url>http://www.picocontainer.org</url> <modules> <module>container</module> + <module>container-debug</module> <module>tck</module> <!--module>jsr330-tck</module--> <module>gems</module> ---------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email