You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2014/11/14 11:30:25 UTC

directory-fortress-core git commit: o Merged the two antrun plugin declaration o Removed the duplicate maven release declaration

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master 9c867ede8 -> d22f00e23


o Merged the two antrun plugin declaration
o Removed the duplicate maven release declaration

Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/d22f00e2
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/d22f00e2
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/d22f00e2

Branch: refs/heads/master
Commit: d22f00e236d266b49ed9634547e29068f4d662cb
Parents: 9c867ed
Author: Emmanuel Lécharny <el...@symas.com>
Authored: Fri Nov 14 11:30:12 2014 +0100
Committer: Emmanuel Lécharny <el...@symas.com>
Committed: Fri Nov 14 11:30:12 2014 +0100

----------------------------------------------------------------------
 pom.xml | 16 ----------------
 1 file changed, 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/d22f00e2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 911f485..cd17188 100644
--- a/pom.xml
+++ b/pom.xml
@@ -508,16 +508,6 @@
 
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-release-plugin</artifactId>
-          <version>${version.maven.release.plugin}</version>
-          <configuration>
-            <arguments>${release.arguments}</arguments>
-            <tagNameFormat>@{project.version}</tagNameFormat>
-          </configuration>
-        </plugin>
-
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
           <version>${version.maven.compiler.plugin}</version>
           <configuration>
@@ -625,13 +615,7 @@
               </tasks>
             </configuration>
           </execution>
-        </executions>
-      </plugin>
 
-      <plugin>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <version>${version.maven.antrun.plugin}</version>
-        <executions>
           <execution>
             <phase>test</phase>
             <configuration>