You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2013/01/27 08:40:04 UTC

svn commit: r1439039 - /james/mailbox/trunk/pom.xml

Author: eric
Date: Sun Jan 27 07:40:04 2013
New Revision: 1439039

URL: http://svn.apache.org/viewvc?rev=1439039&view=rev
Log:
Upgrade mailbox to james-project 1.8.2-SNAPSHOT (MAILBOX-192)

Modified:
    james/mailbox/trunk/pom.xml

Modified: james/mailbox/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailbox/trunk/pom.xml?rev=1439039&r1=1439038&r2=1439039&view=diff
==============================================================================
--- james/mailbox/trunk/pom.xml (original)
+++ james/mailbox/trunk/pom.xml Sun Jan 27 07:40:04 2013
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>james-project</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>1.8.1</version>
+        <version>1.8.2-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
@@ -32,6 +32,18 @@
     <version>0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
+    <repositories>
+      <!-- apache.snapshot is needed for james-project SNAPSHOT, see JAMES-1470 -->
+      <repository>
+        <id>apache.snapshots</id>
+        <name>Apache Snapshot Repository</name>
+        <url>http://repository.apache.org/snapshots</url>
+        <releases>
+          <enabled>false</enabled>
+        </releases>
+      </repository>
+    </repositories>
+
     <name>Apache James :: Mailbox</name>
     <description>Apache James Mailbox</description>
     <url>http://james.apache.org/mailbox</url>
@@ -533,38 +545,6 @@
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>jar</goal>
-                            <goal>test-jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <artifactId>maven-clean-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>auto-clean</id>
-                        <phase>initialize</phase>
-                        <goals>
-                            <goal>clean</goal>
-                        </goals>
-                        <configuration>
-                            <filesets>
-                                <fileset>
-                                    <directory>var</directory>
-                                    <directory>log</directory>
-                                </fileset>
-                            </filesets>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
                 <configuration>
                     <descriptorRefs>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org