dev@glassfish.java.net

Re: pom.xml review?

From: Jane Young <Jane.Young_at_Sun.COM>
Date: Tue, 15 Sep 2009 13:46:19 -0700

Approved. Thanks!

Kedar Mhaswade wrote:
> Jane,
>
> Can you please approve this?
> It's a minor change where we want to remove the
> asenv/asadmin scripts bundled inside admin-cli.jar.
>
> No changes to any versions, artifacts etc.
>
> Index: pom.xml
> ===================================================================
> --- pom.xml (revision 31356)
> +++ pom.xml (working copy)
> @@ -125,10 +125,6 @@
> <groupId>com.sun.enterprise</groupId>
> <artifactId>hk2-maven-plugin</artifactId>
> <configuration>
> - <configFiles>
> -
> <configFile>src/main/resources/asadmin</configFile>
> -
> <configFile>src/main/resources/asenv</configFile>
> - </configFiles>
> <destDir>target/classes</destDir>
> <!-- optional: <forPlatform></forPlatform> -->
> <archive>
> @@ -141,14 +137,6 @@
> </manifestEntries>
> </archive>
> </configuration>
> - <executions>
> - <execution>
> - <phase>compile</phase>
> - <goals>
> - <goal>createscripts</goal>
> - </goals>
> - </execution>
> - </executions>
> </plugin>
> <plugin>
> <groupId>org.jvnet.jaxb2.maven2</groupId>
>
>
> Regards,
> Kedar
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>