Author: [email protected]
Date: Mon May 21 17:15:17 2012
New Revision: 2377
Log:
[AMDATUOPENSOCIAL-209] Support for AMS deployment
Modified:
trunk/amdatu-opensocial/examples/friends-gadget/pom.xml
trunk/amdatu-opensocial/opensocial-dashboard/pom.xml
trunk/amdatu-opensocial/opensocial-gadgetcontainer/pom.xml
trunk/amdatu-opensocial/opensocial-gadgetmanagement/pom.xml
trunk/amdatu-opensocial/opensocial-gadgetpack/pom.xml
trunk/amdatu-opensocial/opensocial-gadgets/login-gadget/pom.xml
trunk/amdatu-opensocial/opensocial-profile/pom.xml
trunk/amdatu-opensocial/opensocial-shindig-lib/pom.xml
trunk/amdatu-opensocial/opensocial-shindig/pom.xml
trunk/amdatu-opensocial/opensocial-stores/mem-store-gadget/pom.xml
trunk/amdatu-opensocial/opensocial-stores/mem-store-oauthdata/pom.xml
trunk/amdatu-opensocial/pom.xml
Modified: trunk/amdatu-opensocial/examples/friends-gadget/pom.xml
==============================================================================
--- trunk/amdatu-opensocial/examples/friends-gadget/pom.xml (original)
+++ trunk/amdatu-opensocial/examples/friends-gadget/pom.xml Mon May 21
17:15:17 2012
@@ -99,6 +99,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.amdatu.maven</groupId>
+ <artifactId>org.amdatu.maven.plugin</artifactId>
+ </plugin>
</plugins>
</build>
</profile>
Modified: trunk/amdatu-opensocial/opensocial-dashboard/pom.xml
==============================================================================
--- trunk/amdatu-opensocial/opensocial-dashboard/pom.xml (original)
+++ trunk/amdatu-opensocial/opensocial-dashboard/pom.xml Mon May 21
17:15:17 2012
@@ -187,6 +187,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.amdatu.maven</groupId>
+ <artifactId>org.amdatu.maven.plugin</artifactId>
+ </plugin>
</plugins>
</build>
</profile>
Modified: trunk/amdatu-opensocial/opensocial-gadgetcontainer/pom.xml
==============================================================================
--- trunk/amdatu-opensocial/opensocial-gadgetcontainer/pom.xml (original)
+++ trunk/amdatu-opensocial/opensocial-gadgetcontainer/pom.xml Mon May 21
17:15:17 2012
@@ -107,6 +107,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.amdatu.maven</groupId>
+ <artifactId>org.amdatu.maven.plugin</artifactId>
+ </plugin>
</plugins>
</build>
</profile>
Modified: trunk/amdatu-opensocial/opensocial-gadgetmanagement/pom.xml
==============================================================================
--- trunk/amdatu-opensocial/opensocial-gadgetmanagement/pom.xml (original)
+++ trunk/amdatu-opensocial/opensocial-gadgetmanagement/pom.xml Mon May 21
17:15:17 2012
@@ -178,6 +178,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.amdatu.maven</groupId>
+ <artifactId>org.amdatu.maven.plugin</artifactId>
+ </plugin>
</plugins>
</build>
</profile>
Modified: trunk/amdatu-opensocial/opensocial-gadgetpack/pom.xml
==============================================================================
--- trunk/amdatu-opensocial/opensocial-gadgetpack/pom.xml (original)
+++ trunk/amdatu-opensocial/opensocial-gadgetpack/pom.xml Mon May 21
17:15:17 2012
@@ -75,6 +75,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.amdatu.maven</groupId>
+ <artifactId>org.amdatu.maven.plugin</artifactId>
+ </plugin>
</plugins>
</build>
</profile>
Modified: trunk/amdatu-opensocial/opensocial-gadgets/login-gadget/pom.xml
==============================================================================
--- trunk/amdatu-opensocial/opensocial-gadgets/login-gadget/pom.xml
(original)
+++ trunk/amdatu-opensocial/opensocial-gadgets/login-gadget/pom.xml Mon May
21 17:15:17 2012
@@ -114,6 +114,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.amdatu.maven</groupId>
+ <artifactId>org.amdatu.maven.plugin</artifactId>
+ </plugin>
</plugins>
</build>
</profile>
Modified: trunk/amdatu-opensocial/opensocial-profile/pom.xml
==============================================================================
--- trunk/amdatu-opensocial/opensocial-profile/pom.xml (original)
+++ trunk/amdatu-opensocial/opensocial-profile/pom.xml Mon May 21 17:15:17 2012
@@ -93,6 +93,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.amdatu.maven</groupId>
+ <artifactId>org.amdatu.maven.plugin</artifactId>
+ </plugin>
</plugins>
</build>
</profile>
Modified: trunk/amdatu-opensocial/opensocial-shindig-lib/pom.xml
==============================================================================
--- trunk/amdatu-opensocial/opensocial-shindig-lib/pom.xml (original)
+++ trunk/amdatu-opensocial/opensocial-shindig-lib/pom.xml Mon May 21
17:15:17 2012
@@ -180,6 +180,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.amdatu.maven</groupId>
+ <artifactId>org.amdatu.maven.plugin</artifactId>
+ </plugin>
</plugins>
</build>
</profile>
Modified: trunk/amdatu-opensocial/opensocial-shindig/pom.xml
==============================================================================
--- trunk/amdatu-opensocial/opensocial-shindig/pom.xml (original)
+++ trunk/amdatu-opensocial/opensocial-shindig/pom.xml Mon May 21 17:15:17 2012
@@ -200,6 +200,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.amdatu.maven</groupId>
+ <artifactId>org.amdatu.maven.plugin</artifactId>
+ </plugin>
</plugins>
</build>
</profile>
Modified: trunk/amdatu-opensocial/opensocial-stores/mem-store-gadget/pom.xml
==============================================================================
--- trunk/amdatu-opensocial/opensocial-stores/mem-store-gadget/pom.xml
(original)
+++ trunk/amdatu-opensocial/opensocial-stores/mem-store-gadget/pom.xml Mon May
21 17:15:17 2012
@@ -78,6 +78,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.amdatu.maven</groupId>
+ <artifactId>org.amdatu.maven.plugin</artifactId>
+ </plugin>
</plugins>
</build>
</profile>
Modified: trunk/amdatu-opensocial/opensocial-stores/mem-store-oauthdata/pom.xml
==============================================================================
--- trunk/amdatu-opensocial/opensocial-stores/mem-store-oauthdata/pom.xml
(original)
+++ trunk/amdatu-opensocial/opensocial-stores/mem-store-oauthdata/pom.xml
Mon May 21 17:15:17 2012
@@ -96,6 +96,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.amdatu.maven</groupId>
+ <artifactId>org.amdatu.maven.plugin</artifactId>
+ </plugin>
</plugins>
</build>
</profile>
Modified: trunk/amdatu-opensocial/pom.xml
==============================================================================
--- trunk/amdatu-opensocial/pom.xml (original)
+++ trunk/amdatu-opensocial/pom.xml Mon May 21 17:15:17 2012
@@ -27,13 +27,13 @@
<artifactId>org.amdatu.opensocial</artifactId>
<version>0.3.0-SNAPSHOT</version>
<name>Amdatu OpenSocial</name>
- <description>This project adds OpenSocial functionality to the Amdatu
Platform</description>
+ <description>OpenSocial subproject root pom</description>
<packaging>pom</packaging>
<properties>
<!-- Version of dependend components -->
<org.amdatu.platform.version>1.0.0-RC1</org.amdatu.platform.version>
-
<org.amdatu.platform.itest.version>0.4.0-SNAPSHOT</org.amdatu.platform.itest.version>
+
<org.amdatu.platform.itest.version>1.0.0-RC1</org.amdatu.platform.itest.version>
<amdatu.auth.version>0.3.0-SNAPSHOT</amdatu.auth.version>
</properties>
@@ -397,6 +397,25 @@
</execution>
</executions>
</plugin>
+
+ <!-- Plugin for AMS deployment -->
+ <plugin>
+ <groupId>org.amdatu.maven</groupId>
+ <artifactId>org.amdatu.maven.plugin</artifactId>
+ <configuration>
+ <clientEndpoint>http://localhost:8080/client/work</clientEndpoint>
+ <uploadToObr>false</uploadToObr>
+ </configuration>
+ <executions>
+ <execution>
+ <id>uploadToAmdatu</id>
+ <phase>package</phase>
+ <goals>
+ <goal>deployArtifact</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</pluginManagement>
</build>
@@ -405,12 +424,25 @@
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.7</version>
+ <version>2.8.1</version>
<configuration>
<aggregate>true</aggregate>
<show>public</show>
<detectOfflineLinks>false</detectOfflineLinks>
-
<excludePackageNames>org.amdatu.opensocial.dashboard.*:org.amdatu.opensocial.gadgetmanagement.*:org.amdatu.opensocial.profile.*:org.amdatu.opensocial.shindig.*</excludePackageNames>
+ <groups>
+ <group>
+ <title>Public API</title>
+ <packages>
+
org.amdatu.opensocial.gadgetmanagement:org.amdatu.opensocial.gadgetcontainer
+ </packages>
+ </group>
+ <group>
+ <title>Internal API</title>
+ <packages>
+
org.amdatu.opensocial.gadgetmanagement.*:org.amdatu.opensocial.gadgetcontainer.*:org.amdatu.opensocial.dashboard.*:org.amdatu.opensocial.profile:org.amdatu.opensocial.profile.*:org.amdatu.opensocial.shindig:org.amdatu.opensocial.shindig.*:org.amdatu.opensocial.example.friends.gadget.*:org.amdatu.opensocial.gadgetpack.*:org.amdatu.opensocial.gadgets.*:org.amdatu.opensocial.store.*
+ </packages>
+ </group>
+ </groups>
</configuration>
</plugin>
</plugins>
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits