You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by an...@apache.org on 2015/10/04 08:53:46 UTC

tomee git commit: Clean for rebuild

Repository: tomee
Updated Branches:
  refs/heads/tomee-7.0.0-M1 ba5429614 -> 1c5015c0c


Clean for rebuild


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

Branch: refs/heads/tomee-7.0.0-M1
Commit: 1c5015c0c51ff56cc81c48cb8873933ab3347a89
Parents: ba54296
Author: andygumbrecht@apache.org <an...@gmx.de>
Authored: Sun Oct 4 08:53:22 2015 +0200
Committer: andygumbrecht@apache.org <an...@gmx.de>
Committed: Sun Oct 4 08:53:22 2015 +0200

----------------------------------------------------------------------
 tomee/tomee-juli/pom.xml | 27 ++++++++++++++++++++++++++-
 1 file changed, 26 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/1c5015c0/tomee/tomee-juli/pom.xml
----------------------------------------------------------------------
diff --git a/tomee/tomee-juli/pom.xml b/tomee/tomee-juli/pom.xml
index 949b831..5e91abd 100644
--- a/tomee/tomee-juli/pom.xml
+++ b/tomee/tomee-juli/pom.xml
@@ -88,7 +88,7 @@
               <goal>shade</goal>
             </goals>
             <configuration>
-              <createSourcesJar>true</createSourcesJar>
+              <createSourcesJar>false</createSourcesJar>
               <useBaseVersion>true</useBaseVersion>
               <createDependencyReducedPom>false</createDependencyReducedPom>
               <artifactSet>
@@ -105,6 +105,31 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <artifactId>maven-clean-plugin</artifactId>
+        <version>2.6.1</version>
+        <executions>
+          <execution>
+            <id>clean-shade</id>
+            <phase>initialize</phase>
+            <goals>
+              <goal>clean</goal>
+            </goals>
+            <configuration>
+              <excludeDefaultDirectories>false</excludeDefaultDirectories>
+              <verbose>true</verbose>
+              <filesets>
+                <fileset>
+                  <directory>${project.build.directory}/</directory>
+                  <includes>
+                    <include>**/*</include>
+                  </includes>
+                </fileset>
+              </filesets>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>
 </project>


Fwd: tomee git commit: Clean for rebuild

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Hi Andy

We need the source jar otherwise debugging is hard and delivery is not
consistent with the .jar - struggled several times on it.
---------- Message transféré ----------
De : <an...@apache.org>
Date : 4 oct. 2015 08:53
Objet : tomee git commit: Clean for rebuild
À : <co...@tomee.apache.org>
Cc :

Repository: tomee
Updated Branches:
  refs/heads/tomee-7.0.0-M1 ba5429614 -> 1c5015c0c


Clean for rebuild


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

Branch: refs/heads/tomee-7.0.0-M1
Commit: 1c5015c0c51ff56cc81c48cb8873933ab3347a89
Parents: ba54296
Author: andygumbrecht@apache.org <an...@gmx.de>
Authored: Sun Oct 4 08:53:22 2015 +0200
Committer: andygumbrecht@apache.org <an...@gmx.de>
Committed: Sun Oct 4 08:53:22 2015 +0200

----------------------------------------------------------------------
 tomee/tomee-juli/pom.xml | 27 ++++++++++++++++++++++++++-
 1 file changed, 26 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/1c5015c0/tomee/tomee-juli/pom.xml
----------------------------------------------------------------------
diff --git a/tomee/tomee-juli/pom.xml b/tomee/tomee-juli/pom.xml
index 949b831..5e91abd 100644
--- a/tomee/tomee-juli/pom.xml
+++ b/tomee/tomee-juli/pom.xml
@@ -88,7 +88,7 @@
               <goal>shade</goal>
             </goals>
             <configuration>
-              <createSourcesJar>true</createSourcesJar>
+              <createSourcesJar>false</createSourcesJar>
               <useBaseVersion>true</useBaseVersion>

 <createDependencyReducedPom>false</createDependencyReducedPom>
               <artifactSet>
@@ -105,6 +105,31 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <artifactId>maven-clean-plugin</artifactId>
+        <version>2.6.1</version>
+        <executions>
+          <execution>
+            <id>clean-shade</id>
+            <phase>initialize</phase>
+            <goals>
+              <goal>clean</goal>
+            </goals>
+            <configuration>
+              <excludeDefaultDirectories>false</excludeDefaultDirectories>
+              <verbose>true</verbose>
+              <filesets>
+                <fileset>
+                  <directory>${project.build.directory}/</directory>
+                  <includes>
+                    <include>**/*</include>
+                  </includes>
+                </fileset>
+              </filesets>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>
 </project>