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:22:15 UTC

incubator-streams git commit: disabling source and javadoc during release, because not all jars they produce contain DISCLAIMER

Repository: incubator-streams
Updated Branches:
  refs/heads/0.1-rc2 eb5882e86 -> f38425962 (forced update)


disabling source and javadoc during release, because not all jars they produce contain DISCLAIMER


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

Branch: refs/heads/0.1-rc2
Commit: f384259623f6af5672fb2c52612abe2ce5baca6d
Parents: 2a2f822
Author: Steve Blackmon <sb...@apache.org>
Authored: Tue Jan 13 18:02:08 2015 -0600
Committer: Steve Blackmon <sb...@apache.org>
Committed: Tue Jan 13 18:21:46 2015 -0600

----------------------------------------------------------------------
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/f3842596/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4c96043..fe6192a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -599,6 +599,9 @@
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-source-plugin</artifactId>
                         <version>2.4</version>
+                        <configuration>
+                            <skipSource>true</skipSource>
+                        </configuration>
                         <executions>
                             <execution>
                                 <id>attach-sources</id>
@@ -611,6 +614,9 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-javadoc-plugin</artifactId>
+                        <configuration>
+                            <skip>true</skip>
+                        </configuration>
                         <executions>
                             <execution>
                                 <id>attach-javadocs</id>