You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2015/01/14 01:38:57 UTC

incubator-streams git commit: also skip test-jar during release, same reason

Repository: incubator-streams
Updated Branches:
  refs/heads/0.1-rc2 f38425962 -> 80d19c33a


also skip test-jar during release, same reason


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/80d19c33
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/80d19c33
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/80d19c33

Branch: refs/heads/0.1-rc2
Commit: 80d19c33a94c245850409c77c0b448ebf2119e07
Parents: f384259
Author: Steve Blackmon <sb...@apache.org>
Authored: Tue Jan 13 18:38:51 2015 -0600
Committer: Steve Blackmon <sb...@apache.org>
Committed: Tue Jan 13 18:38:51 2015 -0600

----------------------------------------------------------------------
 pom.xml | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/80d19c33/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fe6192a..79038ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -626,7 +626,22 @@
                             </execution>
                         </executions>
                     </plugin>
-			<plugin>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-jar-plugin</artifactId>
+                        <configuration>
+                            <skip>true</skip>
+                        </configuration>
+                        <executions>
+                            <execution>
+                                <id>test-jar</id>
+                                <goals>
+                                    <goal>test-jar</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                    <plugin>
                         <groupId>org.apache.rat</groupId>
                         <artifactId>apache-rat-plugin</artifactId>
                         <executions>