Author: norman
Date: Sat Oct 17 17:43:34 2009
New Revision: 826282
URL: http://svn.apache.org/viewvc?rev=826282&view=rev
Log:
fix m2 build.. sorry for the trouble
Added:
james/server/trunk/stage/org.guiceyfruit/poms/guiceyfruit-bundle-2.0.pom
Removed:
james/server/trunk/stage/org.guiceyfruit/jars/guice-jsr250-2.0-beta-4.jar
james/server/trunk/stage/org.guiceyfruit/poms/guice-core-2.0-beta-4.pom
james/server/trunk/stage/org.guiceyfruit/poms/guice-jsr250-2.0-beta-4.pom
Modified:
james/server/trunk/pom.xml
james/server/trunk/stage/pom.xml
Modified: james/server/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=826282&r1=826281&r2=826282&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Sat Oct 17 17:43:34 2009
@@ -1115,13 +1115,8 @@
</dependency>
<dependency>
<groupId>org.guiceyfruit</groupId>
- <artifactId>guice-jsr250</artifactId>
- <version>2.0-beta-4</version>
- </dependency>
- <dependency>
- <groupId>org.guiceyfruit</groupId>
- <artifactId>guice-core</artifactId>
- <version>2.0-beta-4</version>
+ <artifactId>guiceyfruit-bundle</artifactId>
+ <version>2.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Added: james/server/trunk/stage/org.guiceyfruit/poms/guiceyfruit-bundle-2.0.pom
URL:
http://svn.apache.org/viewvc/james/server/trunk/stage/org.guiceyfruit/poms/guiceyfruit-bundle-2.0.pom?rev=826282&view=auto
==============================================================================
--- james/server/trunk/stage/org.guiceyfruit/poms/guiceyfruit-bundle-2.0.pom
(added)
+++ james/server/trunk/stage/org.guiceyfruit/poms/guiceyfruit-bundle-2.0.pom
Sat Oct 17 17:43:34 2009
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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">
+ <parent>
+ <artifactId>parent</artifactId>
+ <groupId>org.guiceyfruit</groupId>
+ <version>2.0</version>
+ <relativePath>../..</relativePath>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>guiceyfruit-bundle</artifactId>
+ <name>GuiceyFruit :: Assembly :: Bundle</name>
+ <description>Guice Fruit Bundle</description>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-shade-plugin</artifactId>
+ <version>${shade.version}</version>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>shade</goal>
+ </goals>
+ <configuration>
+ <artifactSet>
+ <excludes>
+ <exclude>org.guiceyfruit:guiceyfruit-bundle</exclude>
+ </excludes>
+ </artifactSet>
+ <shadedArtifactAttached>false</shadedArtifactAttached>
+ <createSourcesJar>${createSourcesJar}</createSourcesJar>
+
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
+ <createDependencyReducedPom>true</createDependencyReducedPom>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ <properties>
+ <maven.test.skip>true</maven.test.skip>
+ <shade.version>1.0.1</shade.version>
+ <createSourcesJar>false</createSourcesJar>
+ </properties>
+</project>
+
Modified: james/server/trunk/stage/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/stage/pom.xml?rev=826282&r1=826281&r2=826282&view=diff
==============================================================================
--- james/server/trunk/stage/pom.xml (original)
+++ james/server/trunk/stage/pom.xml Sat Oct 17 17:43:34 2009
@@ -390,27 +390,10 @@
<dependency>
<groupId>com.google.code.guice</groupId>
<artifactId>guice</artifactId>
- <version>2.0</version>
</dependency>
<dependency>
<groupId>org.guiceyfruit</groupId>
- <artifactId>guice-jsr250</artifactId>
- <version>2.0-beta-4</version>
- </dependency>
- <dependency>
- <groupId>org.guiceyfruit</groupId>
- <artifactId>guice-core</artifactId>
- <version>2.0-beta-4</version>
- </dependency>
- <dependency>
- <groupId>org.guiceyfruit</groupId>
- <artifactId>guice</artifactId>
- <version>2.0-beta-4</version>
- </dependency>
- <dependency>
- <groupId>org.guiceyfruit</groupId>
- <artifactId>parent</artifactId>
- <version>2.0-beta-4</version>
+ <artifactId>guiceyfruit-bundle</artifactId>
</dependency>
</dependencies>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]