dev@glassfish.java.net

pom.xml review?

From: Kedar Mhaswade <Kedar.Mhaswade_at_Sun.COM>
Date: Tue, 15 Sep 2009 13:40:48 -0700

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