Repository: atlas
Updated Branches:
  refs/heads/branch-0.8 47ce0aa74 -> 5045172e9


ATLAS-2271: Skip deploy of build-tools module during - mvn deploy


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

Branch: refs/heads/branch-0.8
Commit: 5045172e9543c45c54b5f548752c906d42abdc89
Parents: 47ce0aa
Author: Sarath Subramanian <ssubraman...@hortonworks.com>
Authored: Mon Nov 20 19:43:56 2017 -0800
Committer: Sarath Subramanian <ssubraman...@hortonworks.com>
Committed: Mon Nov 20 19:43:56 2017 -0800

----------------------------------------------------------------------
 build-tools/pom.xml | 14 ++++++++++++++
 distro/pom.xml      |  9 +++++++++
 2 files changed, 23 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/5045172e/build-tools/pom.xml
----------------------------------------------------------------------
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index 0f17546..9cc7774 100644
--- a/build-tools/pom.xml
+++ b/build-tools/pom.xml
@@ -26,4 +26,18 @@
     <description>Apache Atlas Build Tools like Checkstyle</description>
     <version>1.0</version>
     <packaging>jar</packaging>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-deploy-plugin</artifactId>
+                <version>2.7</version>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
 </project>

http://git-wip-us.apache.org/repos/asf/atlas/blob/5045172e/distro/pom.xml
----------------------------------------------------------------------
diff --git a/distro/pom.xml b/distro/pom.xml
index 00f29f5..fbdc729 100644
--- a/distro/pom.xml
+++ b/distro/pom.xml
@@ -286,6 +286,15 @@ 
atlas.graph.index.search.solr.zookeeper-session-timeout=60000
                     </execution>
                 </executions>
             </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-deploy-plugin</artifactId>
+                <version>2.7</version>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 

Reply via email to