Repository: incubator-streams
Updated Branches:
  refs/heads/STREAMS-245 [created] ba9b20ba4
  refs/heads/STREAMS-246 [created] 7fe36e99e


clean up root pom


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

Branch: refs/heads/STREAMS-245
Commit: 50ed7a65a306509ad1ad38510feec605947b69a6
Parents: 7ba66e0
Author: sblackmon <sblack...@w2odigital.com>
Authored: Thu Dec 4 15:54:49 2014 -0600
Committer: sblackmon <sblack...@w2odigital.com>
Committed: Thu Dec 4 15:54:49 2014 -0600

----------------------------------------------------------------------
 pom.xml               | 104 ++++++++++++++++++++++++++++++++++++++++-----
 poms/wrappers/pom.xml |   3 --
 2 files changed, 93 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50ed7a65/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 340b4fa..70499fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,30 +31,107 @@
     <artifactId>streams-project</artifactId>
     <version>0.1-SNAPSHOT</version>
 
-    <name>Apache Streams Project</name>
+    <name>Apache Streams Project Parent POM</name>
 
     <description>Apache Streams Project</description>
 
+    <url>http://streams.incubator.apache.org/</url>
+
+    <licenses>
+        <license>
+            <name>Apache License, Version 2.0</name>
+            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+            <distribution>repo</distribution>
+            <comments>A business-friendly OSS license</comments>
+        </license>
+    </licenses>
+
+    <scm>
+        
<connection>scm:git:g...@github.com:apache/incubator-streams.git</connection>
+        
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-streams.git</developerConnection>
+        <url>scm:git:g...@github.com:apache/incubator-streams.git</url>
+    </scm>
+
+    <developers>
+        <developer>
+            <id>sblackmon</id>
+            <name>Steve Blackmon</name>
+            <email>sblack...@apache.org</email>
+            <url>https://github.com/steveblackmon</url>
+            <organization>Apache Software Foundation</organization>
+            
<organizationUrl>http://streams.incubator.apache.org</organizationUrl>
+        </developer>
+    </developers>
+
+    <issueManagement>
+        <system>JIRA</system>
+        <url>https://issues.apache.org/jira/browse/STREAMS</url>
+    </issueManagement>
+
+    <prerequisites>
+        <maven>3.0.5</maven>
+    </prerequisites>
+
+    <mailingLists>
+        <mailingList>
+            <name>Dev Mailing List</name>
+            <post>d...@streams.incubator.apache.org</post>
+            <subscribe>dev-subscr...@streams.incubator.apache.org</subscribe>
+            
<unsubscribe>dev-unsubscr...@streams.incubator.apache.org</unsubscribe>
+        </mailingList>
+        <mailingList>
+            <name>User Mailing List</name>
+            <post>u...@streams.incubator.apache.org</post>
+            <subscribe>user-subscr...@streams.incubator.apache.org</subscribe>
+            
<unsubscribe>user-unsubscr...@streams.incubator.apache.org</unsubscribe>
+        </mailingList>
+    </mailingLists>
+
     <repositories>
         <repository>
-            <id>apache.snapshots</id>
-            <name>Apache Snapshot Repository</name>
-            <url>http://repository.apache.org/snapshots</url>
+            <id>central-repo</id>
+            <name>Maven Repository</name>
+            <!-- HTTPS is unavailable for Maven Central -->
+            <url>http://repo.maven.apache.org/maven2</url>
             <releases>
-                <enabled>false</enabled>
+                <enabled>true</enabled>
             </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
         </repository>
         <repository>
-            <id>central</id>
-            <url>http://repo1.maven.org/maven2</url>
+            <id>apache-repo</id>
+            <name>Apache Repository</name>
+            
<url>https://repository.apache.org/content/repositories/releases</url>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
         </repository>
         <repository>
-          <id>clojars.org</id>
-          <url>http://clojars.org/repo</url>
+            <id>clojars-repo</id>
+            <name>Clojars Repository</name>
+            <url>http://clojars.org/repo</url>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
         </repository>
         <repository>
-            <id>cloudera</id>
-            <url>https://repository.cloudera.com/artifactory/repo</url>
+            <id>cloudera-repo</id>
+            <name>Cloudera Repository</name>
+            
<url>https://repository.cloudera.com/artifactory/cloudera-repos</url>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
         </repository>
     </repositories>
 
@@ -92,6 +169,7 @@
         <json-path.version>0.9.1</json-path.version>
         <build-helper.version>1.8</build-helper.version>
         <facebook4j.version>2.1.0</facebook4j.version>
+        <site.plugin.version>3.4</site.plugin.version>
         <maven.enforcer.plugin.version>1.3.1</maven.enforcer.plugin.version>
         <mockito.version>1.9.5</mockito.version>
         <powermock.version>1.5.6</powermock.version>
@@ -128,6 +206,10 @@
                 </configuration>
             </plugin>
             <plugin>
+                <artifactId>maven-site-plugin</artifactId>
+                <version>${site.plugin.version}</version>
+            </plugin>
+            <plugin>
                 <groupId>org.ops4j</groupId>
                 <artifactId>maven-pax-plugin</artifactId>
                 <version>1.5</version>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50ed7a65/poms/wrappers/pom.xml
----------------------------------------------------------------------
diff --git a/poms/wrappers/pom.xml b/poms/wrappers/pom.xml
index 5c83d59..b4865ff 100644
--- a/poms/wrappers/pom.xml
+++ b/poms/wrappers/pom.xml
@@ -39,9 +39,6 @@
   <description>
     Simple OSGi wrapper around third-party jar(s)
   </description>
-  <licenses>
-    <license/>
-  </licenses>
 
   <packaging>pom</packaging>
 

Reply via email to