You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directmemory.apache.org by no...@apache.org on 2012/10/22 11:38:46 UTC

svn commit: r1400815 - in /directmemory/trunk: pom.xml server/directmemory-server-commons/pom.xml

Author: noctarius
Date: Mon Oct 22 09:38:46 2012
New Revision: 1400815

URL: http://svn.apache.org/viewvc?rev=1400815&view=rev
Log:
Fixed import problem with Eclipse (m2e plugin). The m2e plugin does not like the goal manifest but this should be executed by default.

Modified:
    directmemory/trunk/pom.xml
    directmemory/trunk/server/directmemory-server-commons/pom.xml

Modified: directmemory/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directmemory/trunk/pom.xml?rev=1400815&r1=1400814&r2=1400815&view=diff
==============================================================================
--- directmemory/trunk/pom.xml (original)
+++ directmemory/trunk/pom.xml Mon Oct 22 09:38:46 2012
@@ -211,15 +211,6 @@ under the License.
           </supportedProjectTypes>
           <unpackBundle>true</unpackBundle>
         </configuration>
-        <executions>
-          <execution>
-            <id>bundle-manifest</id>
-            <phase>process-classes</phase>
-            <goals>
-              <goal>manifest</goal>
-            </goals>
-          </execution>
-        </executions>
       </plugin>
 
     </plugins>

Modified: directmemory/trunk/server/directmemory-server-commons/pom.xml
URL: http://svn.apache.org/viewvc/directmemory/trunk/server/directmemory-server-commons/pom.xml?rev=1400815&r1=1400814&r2=1400815&view=diff
==============================================================================
--- directmemory/trunk/server/directmemory-server-commons/pom.xml (original)
+++ directmemory/trunk/server/directmemory-server-commons/pom.xml Mon Oct 22 09:38:46 2012
@@ -75,7 +75,6 @@
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
-        <version>${rat-plugin.version}</version>
         <executions>
           <execution>
             <id>rat-verify</id>