You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2017/01/06 06:26:31 UTC

[2/2] syncope git commit: Removing the troublesome clean configuration for the Eclipse IDE Plugin

Removing the troublesome clean configuration for the Eclipse IDE Plugin


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/efd2051d
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/efd2051d
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/efd2051d

Branch: refs/heads/master
Commit: efd2051d0d1e3b991fe9d665c251aee939788dda
Parents: f4c717e
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Fri Jan 6 07:25:33 2017 +0100
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Fri Jan 6 07:26:07 2017 +0100

----------------------------------------------------------------------
 .../pom.xml                                     | 21 --------------------
 pom.xml                                         |  6 ------
 2 files changed, 27 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/efd2051d/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/pom.xml
----------------------------------------------------------------------
diff --git a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/pom.xml b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/pom.xml
index 8a35ff0..fae35c9 100644
--- a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/pom.xml
+++ b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/pom.xml
@@ -57,27 +57,6 @@ under the License.
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-clean-plugin</artifactId>
-        <configuration>
-          <filesets>
-            <fileset>
-              <directory>bin</directory>
-	      <includes>
-		<include>**/*</include>
-	      </includes>
-            </fileset>
-            <fileset>
-              <directory>lib</directory>
-	      <includes>
-		<include>**/*</include>
-	      </includes>
-            </fileset>
-          </filesets>
-        </configuration>
-      </plugin>
-      
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>
         <executions>
           <execution>

http://git-wip-us.apache.org/repos/asf/syncope/blob/efd2051d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index eb38151..28b1da2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1406,12 +1406,6 @@ under the License.
         
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-clean-plugin</artifactId>
-          <version>3.0.0</version>
-        </plugin>
-        
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-resources-plugin</artifactId>
           <version>3.0.2</version>
           <configuration>