dev@glassfish.java.net

Re: pom changes for appserv-tests/util/reportbuilder

From: Jane Young <jane.young_at_oracle.com>
Date: Wed, 22 Jun 2011 14:25:42 -0700

Looks good. Thanks for making this change and remembering to update the
copyright header. :-)

On 6/22/11 5:02 AM, Bobby Bissett wrote:
> Here are the diffs for the reportbuilder poms. With these changes, I
> can build with an empty repo and nothing specified in settings.xml.
> Also, after rebuilding the reportbuilder module, all the admin cli dev
> tests passed.
>
> **************
>
> First, the trunk:
>
> hostname% svn info
> Path: .
> URL:
> https://svn.java.net/svn/glassfish~svn/trunk/v2/appserv-tests/util/reportbuilder
> [...]
> hostname% svn diff
> Index: pom.xml
> ===================================================================
> --- pom.xml (revision 47604)
> +++ pom.xml (working copy)
> @@ -3,7 +3,7 @@
>
> DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
>
> - Copyright (c) 2010 Oracle and/or its affiliates. All rights
> reserved.
> + Copyright (c) 2010-2011 Oracle and/or its affiliates. All rights
> reserved.
>
> The contents of this file are subject to the terms of either the GNU
> General Public License Version 2 only ("GPL") or the Common
> Development
> @@ -46,7 +46,7 @@
> <parent>
> <groupId>org.glassfish</groupId>
> <artifactId>glassfish-parent</artifactId>
> - <version>3.1</version>
> + <version>3.2-SNAPSHOT</version>
> </parent>
> <modelVersion>4.0.0</modelVersion>
> <groupId>org.glassfish.devtests</groupId>
> @@ -81,6 +81,15 @@
> </plugin>
> </plugins>
> </build>
> + <repositories>
> + <repository>
> + <id>glassfish-nexus</id>
> + <url>http://maven.glassfish.org/content/groups/glassfish</url>
> + <snapshots>
> + <enabled>true</enabled>
> + </snapshots>
> + </repository>
> + </repositories>
> <dependencies>
> <dependency>
> <groupId>org.testng</groupId>
>
> **************
>
> Then, 3.1.1 branch:
>
> hostname% svn info
> Path: .
> URL:
> https://svn.java.net/svn/glassfish~svn/branches/v2_3.1.1/appserv-tests/util/reportbuilder
> [...]
> hostname% svn diff
> Index: pom.xml
> ===================================================================
> --- pom.xml (revision 47604)
> +++ pom.xml (working copy)
> @@ -3,7 +3,7 @@
>
> DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
>
> - Copyright (c) 2010 Oracle and/or its affiliates. All rights
> reserved.
> + Copyright (c) 2010-2011 Oracle and/or its affiliates. All rights
> reserved.
>
> The contents of this file are subject to the terms of either the GNU
> General Public License Version 2 only ("GPL") or the Common
> Development
> @@ -46,7 +46,7 @@
> <parent>
> <groupId>org.glassfish</groupId>
> <artifactId>glassfish-parent</artifactId>
> - <version>3.1-SNAPSHOT</version>
> + <version>3.1.1-SNAPSHOT</version>
> </parent>
> <modelVersion>4.0.0</modelVersion>
> <groupId>org.glassfish.devtests</groupId>
> @@ -81,6 +81,15 @@
> </plugin>
> </plugins>
> </build>
> + <repositories>
> + <repository>
> + <id>glassfish-nexus</id>
> + <url>http://maven.glassfish.org/content/groups/glassfish</url>
> + <snapshots>
> + <enabled>true</enabled>
> + </snapshots>
> + </repository>
> + </repositories>
> <dependencies>
> <dependency>
> <groupId>org.testng</groupId>
>