dev@glassfish.java.net

Re: review pom.xml

From: Carla Mott <carla.mott_at_oracle.com>
Date: Fri, 09 Sep 2011 18:59:27 -0700

ok, thanks

On 9/9/11 5:05 PM, Snjezana Sevo-Zenzerovic wrote:
> Looks fine - I may move these modules to a different package once we move whole nucleus distribution build to nucleus workspace, but this will work for now.
>
> Thanks,
>
> Snjezana
>
> ----- Original Message -----
> From: carla.mott_at_oracle.com
> To: snjezana.sevozenzerovic_at_oracle.com, jane.young_at_oracle.com, dev_at_glassfish.java.net
> Sent: Friday, September 9, 2011 4:36:22 PM GMT -08:00 US/Canada Pacific
> Subject: review pom.xml
>
> Hi,
>
> I'm adding elasticity to the distribution and have changed 2 pom.xml
> files. Please review.
>
> Carla
>
> pom.xml in main/nucleus/packager/nucleus:
>
> --- pom.xml (revision 49397)
> +++ pom.xml (working copy)
> @@ -160,6 +160,21 @@
> <version>${project.version}</version>
> </dependency>
> <dependency>
> +<groupId>org.glassfish.elasticity</groupId>
> +<artifactId>elastic-api</artifactId>
> +<version>${project.version}</version>
> +</dependency>
> +<dependency>
> +<groupId>org.glassfish.elasticity</groupId>
> +<artifactId>elastic-config</artifactId>
> +<version>${project.version}</version>
> +</dependency>
> +<dependency>
> +<groupId>org.glassfish.elasticity</groupId>
> +<artifactId>elastic-engine</artifactId>
> +<version>${project.version}</version>
> +</dependency>
> +<dependency>
> <!-- base distribution image, move assembly here later -->
> <groupId>org.glassfish.packager</groupId>
> <artifactId>nucleus-base</artifactId>
>
>
>
> pom.xml in main/nucleus:
>
> Index: pom.xml
> ===================================================================
> --- pom.xml (revision 49397)
> +++ pom.xml (working copy)
> @@ -127,6 +127,7 @@
> <module>packager</module>
> <module>distributions</module>
> <module>security</module>
> +<module>elasticity</module>
> <module>tests</module>
> </modules>
> <build>
> @@ -174,6 +175,7 @@
> <module>packager</module>
> <module>distributions</module>
> <module>security</module>
> +<module>elasticity</module>
> <module>tests</module>
> </modules>
> </profile>
> @@ -221,6 +223,7 @@
> <module>packager</module>
> <module>distributions</module>
> <module>security</module>
> +<module>elasticity</module>
> <module>tests</module>
> </modules>
> </profile>
> @@ -244,6 +247,7 @@
> <module>packager</module>
> <module>distributions</module>
> <module>security</module>
> +<module>elasticity</module>
> <module>tests</module>
> </modules>
> </profile>