The instructions are:

<Export-Package>javax.security.jacc.*; version=1.2</Export-Package> <_include>-/space/ss141213/WS/gf/v3.trunk.new/security/javax.security.jacc/osgi.bundle</_include>

There is no file called /space/ss141213/WS/gf/v3.trunk.new/security/javax.security.jacc/osgi.bundle.

Since the pom inherits from another, instead of sending multiple pom.xmls, I am attaching the effective pom.xml generated by mvn help:effective-pom.

Thanks,
Sahoo

Peter Kriens wrote:
So where are the instructions? Your POM does not contain ANY bnd instruction and I can't see anything in the log?

Kind regards,

    Peter Kriens


On 16 sep 2008, at 19:34, Sahoo wrote:

I do use bnd plugin. I explicitly configure maven-bundle-plugin's manifest in a parent POM to run as part of process-classes phase. Then I use maven-jar-plugin to prepare the archive. You can see that in the attached log file.

Thanks,
Sahoo

Peter Kriens wrote:
You do not seem to be using the bnd plugin as far as I can see? The packaging is jar, which means you just get what is in your project as far as I know.

Kind regards,

   Peter Kriens

On 16 sep 2008, at 17:25, Sahoo wrote:

I had sent this email to maven forum, but I think I may be able to get some tips from felix forum as well because I am using maven-bundle-plugin. I must say I am surprised as to how this is happening when I am using manifest goal of bundle plugin. Any help is much appreciated.

Thanks,
Sahoo

From: Sahoo <[EMAIL PROTECTED]>
Date: 16 september 2008 09:10:54 CEST
To: Maven Users List <[EMAIL PROTECTED]>
Subject: jar artifact contains more classes than desired.
Reply-To: Maven Users List <[EMAIL PROTECTED]>


We are experiencing an issue in our build system and it is not happening for every one. I used to think it only happens for mvn 2.0.8, but just now a developer told me that they see it mvn 2.0.7 as well. For whatever reason, sometimes, a jar artifact is containing not only the classes compiled from the sources that are part of that artifact, it also contains dependent .class files. It is a very serious problem for us. Given below is the artifact that's causing trouble.
<project ...>
 <modelVersion>4.0.0</modelVersion>
 <parent>
     <groupId>org.glassfish</groupId>
     <artifactId>api-pom</artifactId>
     <version>10.0-SNAPSHOT</version>
 </parent>
 <artifactId>javax.security.jacc</artifactId>
 <packaging>jar</packaging>
 <name>javax.security.jacc API v.1.2</name>
 <dependencies>
     <dependency>
         <groupId>org.glassfish</groupId>
         <artifactId>javax.servlet</artifactId>
         <version>${project.version}</version>
     </dependency>
</dependencies>
</project>

As you can see, it depends on org.glassfish:javax.servlet:10.0-SNAPSHOT, which is a jar type artifact and contains javax.servlet classes. I can assure you that in the source tree of javax.security.jacc module, there is no javax.servlet class. Yet, javax.security.jacc-10.0-SNAPSHOT.jar contains a bunch of javax.servlet classes. I should also state that it only happens when both javax.servlet module and javax.security.jacc module are part of same maven reactor. The build log produced with -X option is quite large, so I am supplying log for jacc module portion only. Pl. see the attachment called build.all.jacc.log. I will be happy to supply more of it if need be. I should say, I don't understand something from the log file. I am highlighting it here with bold letters:

[INFO] Reactor build order:
...
[INFO]   javax.servlet API v.3.0
[INFO]   javax.security.jacc API v.1.2
...
[INFO] ------------------------------------------------------------------------
[INFO] Building javax.servlet API v.3.0
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
...
[INFO] Installing /export/v3/v3/web/javax.servlet/target/javax.servlet-10.0-SNAPSHOT-sources.jar to /home/mvatkina/.m2/repository/org/glassfish/javax.servlet/10.0-SNAPSHOT/javax.servlet-10.0-SNAPSHOT-sources.jar [INFO] ------------------------------------------------------------------------
[INFO] Building javax.security.jacc API v.1.2
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
...
[INFO] [clean:clean]
[INFO] Deleting directory /export/v3/v3/security/javax.security.jacc/target [DEBUG] org.glassfish:javax.security.jacc:jar:10.0-SNAPSHOT (selected for null)
[DEBUG]   junit:junit:jar:4.3.1:test (selected for test)
[DEBUG]   active project artifact:
* artifact = org.glassfish:javax.servlet:jar:10.0-SNAPSHOT:compile; project: MavenProject: org.glassfish:javax.servlet:10.0-SNAPSHOT @ /export/v3/v3/web/javax.servlet/pom.xml (selected for compile)
*
What does this active project artifact mean? By looking at the attached log file, do you have any suggestion for me?

Thanks,
Sahoo

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'help'.
[INFO] org.apache.maven.plugins: checking for updates from glassfish-repository
[INFO] org.apache.maven.plugins: checking for updates from glassfish-repository-wsinterop
[INFO] org.apache.maven.plugins: checking for updates from maven2.java.net
[INFO] org.apache.maven.plugins: checking for updates from maven2.java.net-wsinterop
[INFO] org.codehaus.mojo: checking for updates from glassfish-repository
[INFO] org.codehaus.mojo: checking for updates from glassfish-repository-wsinterop
[INFO] org.codehaus.mojo: checking for updates from maven2.java.net
[INFO] org.codehaus.mojo: checking for updates from maven2.java.net-wsinterop
[INFO] artifact org.apache.maven.plugins:maven-help-plugin: checking for updates from glassfish-repository
[INFO] artifact org.apache.maven.plugins:maven-help-plugin: checking for updates from glassfish-repository-wsinterop
[INFO] artifact org.apache.maven.plugins:maven-help-plugin: checking for updates from maven2.java.net
[INFO] artifact org.apache.maven.plugins:maven-help-plugin: checking for updates from maven2.java.net-wsinterop
WAGON_VERSION: 1.0-beta-2
[INFO] ----------------------------------------------------------------------------
[INFO] Building javax.security.jacc API v.1.2
[INFO]    task-segment: [help:effective-pom] (aggregator-style)
[INFO] ----------------------------------------------------------------------------
[INFO] [help:effective-pom]
[INFO] 
************************************************************************************
Effective POM for project 'org.glassfish:javax.security.jacc:jar:10.0-SNAPSHOT'
************************************************************************************
<?xml version="1.0" encoding="UTF-8"?><project>
  <parent>
    <artifactId>api-pom</artifactId>
    <groupId>org.glassfish</groupId>
    <version>10.0-SNAPSHOT</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.glassfish</groupId>
  <artifactId>javax.security.jacc</artifactId>
  <name>javax.security.jacc API v.1.2</name>
  <version>10.0-SNAPSHOT</version>
  <url>http://jcp.org/en/jsr/detail?id=115</url>
  <issueManagement>
    <system>IssueTracker</system>
    <url>https://glassfish.dev.java.net/servlets/ProjectIssues</url>
  </issueManagement>
  <mailingLists>
    <mailingList>
      <name>dev</name>
      <subscribe>https://glassfish.dev.java.net/servlets/ProjectMailingListList</subscribe>
      <post>[EMAIL PROTECTED]</post>
      <archive>https://glassfish.dev.java.net/servlets/SummarizeList?listName=dev</archive>
    </mailingList>
    <mailingList>
      <name>users</name>
      <subscribe>https://glassfish.dev.java.net/servlets/ProjectMailingListList</subscribe>
      <post>[EMAIL PROTECTED]</post>
      <archive>https://glassfish.dev.java.net/servlets/SummarizeList?listName=users</archive>
    </mailingList>
    <mailingList>
      <name>issues</name>
      <subscribe>https://glassfish.dev.java.net/servlets/ProjectMailingListList</subscribe>
      <post>[EMAIL PROTECTED]</post>
      <archive>https://glassfish.dev.java.net/servlets/SummarizeList?listName=issues</archive>
    </mailingList>
    <mailingList>
      <name>cvs</name>
      <subscribe>https://glassfish.dev.java.net/servlets/ProjectMailingListList</subscribe>
      <post>[EMAIL PROTECTED]</post>
      <archive>https://glassfish.dev.java.net/servlets/SummarizeList?listName=cvs</archive>
    </mailingList>
  </mailingLists>
  <developers>
    <developer>
      <id>monzillo</id>
      <name>Ron Monzillo</name>
      <organization>Sun Microsystems, Inc.</organization>
      <roles>
        <role>lead</role>
      </roles>
    </developer>
  </developers>
  <licenses>
    <license>
      <name>CDDL + GPLv2 with classpath exception</name>
      <url>https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html</url>
      <distribution>repo</distribution>
      <comments>A business-friendly OSS license</comments>
    </license>
  </licenses>
  <scm>
    <connection>scm:svn:https://[EMAIL PROTECTED]/glassfish-svn/gfsvn/trunk/v3/javax.security.jacc/api-pom/javax.security.jacc</connection>
    <developerConnection>scm:svn:https://[EMAIL PROTECTED]/svn/glassfish-svn/tags/pom-2/glassfish-parent/api-pom/javax.security.jacc</developerConnection>
  </scm>
  <organization>
    <name>Sun Microsystems, Inc.</name>
    <url>http://www.sun.com</url>
  </organization>
  <build>
    <sourceDirectory>/space/ss141213/WS/gf/v3.trunk.new/security/javax.security.jacc/src/main/java</sourceDirectory>
    <scriptSourceDirectory>src/main/scripts</scriptSourceDirectory>
    <testSourceDirectory>/space/ss141213/WS/gf/v3.trunk.new/security/javax.security.jacc/src/test/java</testSourceDirectory>
    <outputDirectory>/space/ss141213/WS/gf/v3.trunk.new/security/javax.security.jacc/target/classes</outputDirectory>
    <testOutputDirectory>/space/ss141213/WS/gf/v3.trunk.new/security/javax.security.jacc/target/test-classes</testOutputDirectory>
    <extensions>
      <extension>
        <groupId>org.glassfish.build</groupId>
        <artifactId>maven-glassfish-extension</artifactId>
        <version>1.0-SNAPSHOT</version>
      </extension>
      <extension>
        <groupId>org.apache.maven.wagon</groupId>
        <artifactId>wagon-webdav</artifactId>
        <version>1.0-beta-2</version>
      </extension>
    </extensions>
    <defaultGoal>install</defaultGoal>
    <resources>
      <resource>
        <directory>/space/ss141213/WS/gf/v3.trunk.new/security/javax.security.jacc/src/main/resources</directory>
      </resource>
    </resources>
    <testResources>
      <testResource>
        <directory>/space/ss141213/WS/gf/v3.trunk.new/security/javax.security.jacc/src/test/resources</directory>
      </testResource>
    </testResources>
    <directory>/space/ss141213/WS/gf/v3.trunk.new/security/javax.security.jacc/target</directory>
    <finalName>javax.security.jacc-10.0-SNAPSHOT</finalName>
    <pluginManagement>
      <plugins>
        <plugin>
          <groupId>com.sun.enterprise</groupId>
          <artifactId>hk2-maven-plugin</artifactId>
          <version>0.3.22</version>
        </plugin>
        <plugin>
          <groupId>org.jvnet.maven-antrun-extended-plugin</groupId>
          <artifactId>maven-antrun-extended-plugin</artifactId>
          <version>1.32</version>
        </plugin>
        <plugin>
          <artifactId>maven-antrun-plugin</artifactId>
          <version>1.1</version>
        </plugin>
        <plugin>
          <groupId>org.apache.felix</groupId>
          <artifactId>maven-bundle-plugin</artifactId>
          <version>1.4.3</version>
        </plugin>
        <plugin>
          <artifactId>maven-compiler-plugin</artifactId>
          <version>2.0.2</version>
        </plugin>
        <plugin>
          <artifactId>maven-dependency-plugin</artifactId>
          <version>2.0</version>
        </plugin>
        <plugin>
          <groupId>org.glassfish.build</groupId>
          <artifactId>maven-glassfish-plugin</artifactId>
          <version>10.0-alpha-5-SNAPSHOT</version>
        </plugin>
        <plugin>
          <artifactId>maven-javadoc-plugin</artifactId>
          <version>2.2</version>
        </plugin>
        <plugin>
          <artifactId>maven-source-plugin</artifactId>
          <version>2.0.4</version>
        </plugin>
        <plugin>
          <artifactId>maven-surefire-plugin</artifactId>
          <version>2.4.3</version>
        </plugin>
      </plugins>
    </pluginManagement>
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>2.0.2</version>
        <configuration>
          <source>1.5</source>
          <target>1.5</target>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.glassfish.build</groupId>
        <artifactId>maven-glassfish-plugin</artifactId>
        <version>10.0-alpha-5-SNAPSHOT</version>
        <configuration>
          <checkoutDirectory>.</checkoutDirectory>
          <skipCheckoutIfExists>true</skipCheckoutIfExists>
          <distribution>
            <groupId>org.glassfish.distributions</groupId>
            <artifactId>web</artifactId>
            <version>10.0-SNAPSHOT</version>
          </distribution>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
        <version>1.4.3</version>
        <executions>
          <execution>
            <id>bundle-manifest</id>
            <phase>process-classes</phase>
            <goals>
              <goal>manifest</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <supportedProjectTypes>
            <supportedProjectType>jar</supportedProjectType>
          </supportedProjectTypes>
          <instructions>
            <Export-Package>javax.security.jacc.*; version=1.2</Export-Package>
            <_include>-/space/ss141213/WS/gf/v3.trunk.new/security/javax.security.jacc/osgi.bundle</_include>
          </instructions>
          <Export-Package></Export-Package>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-source-plugin</artifactId>
        <version>2.0.4</version>
        <executions>
          <execution>
            <id>attach-sources</id>
            <phase>verify</phase>
            <goals>
              <goal>jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <artifactId>maven-surefire-plugin</artifactId>
        <version>2.4.3</version>
        <configuration>
          <forkMode>none</forkMode>
        </configuration>
      </plugin>
      <plugin>
        <groupId>com.sun.enterprise</groupId>
        <artifactId>hk2-maven-plugin</artifactId>
        <version>0.3.22</version>
        <extensions>true</extensions>
        <configuration>
          <archive>
            <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
          </archive>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-jar-plugin</artifactId>
        <configuration>
          <archive>
            <manifest>
              <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
              <addDefaultImplementationEntries>false</addDefaultImplementationEntries>
            </manifest>
            <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
          </archive>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-remote-resources-plugin</artifactId>
        <executions>
          <execution>
            <goals>
              <goal>process</goal>
            </goals>
            <configuration>
              <resourceBundles>
                <resourceBundle>org.glassfish:legal:1.1</resourceBundle>
              </resourceBundles>
            </configuration>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <artifactId>maven-help-plugin</artifactId>
        <version>2.0.2</version>
      </plugin>
    </plugins>
  </build>
  <repositories>
    <repository>
      <snapshots>
        <updatePolicy>never</updatePolicy>
      </snapshots>
      <id>glassfish-repository-wsinterop</id>
      <name>Java.net Repository for Glassfish</name>
      <url>http://maven.dyndns.org/glassfish/</url>
    </repository>
    <repository>
      <snapshots>
        <updatePolicy>never</updatePolicy>
      </snapshots>
      <id>glassfish-repository</id>
      <name>Java.net Repository for Glassfish</name>
      <url>http://download.java.net/maven/glassfish</url>
    </repository>
    <repository>
      <snapshots>
        <updatePolicy>never</updatePolicy>
      </snapshots>
      <id>java-dev-repository</id>
      <name>Maven 1.x java.dev Snapshot Repository</name>
      <url>https://maven-repository.dev.java.net/nonav/repository</url>
      <layout>legacy</layout>
    </repository>
    <repository>
      <snapshots>
        <updatePolicy>never</updatePolicy>
      </snapshots>
      <id>repo1.maven.org</id>
      <name>Maven 2 default Repository</name>
      <url>http://repo1.maven.org/maven2</url>
    </repository>
    <repository>
      <snapshots>
        <updatePolicy>never</updatePolicy>
      </snapshots>
      <id>maven2.java.net</id>
      <name>Java.net Repository for Maven 2</name>
      <url>http://download.java.net/maven/2</url>
    </repository>
    <repository>
      <snapshots>
        <updatePolicy>never</updatePolicy>
      </snapshots>
      <id>maven2.java.net-backup</id>
      <name>Java.net Repository for Maven 2</name>
      <url>https://maven2-repository.dev.java.net/nonav/repository</url>
    </repository>
    <repository>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
      <id>central</id>
      <name>Maven Repository Switchboard</name>
      <url>http://repo1.maven.org/maven2</url>
    </repository>
  </repositories>
  <pluginRepositories>
    <pluginRepository>
      <snapshots>
        <updatePolicy>never</updatePolicy>
      </snapshots>
      <id>glassfish-repository</id>
      <name>Java.net Repository for Maven 2</name>
      <url>http://download.java.net/maven/glassfish</url>
    </pluginRepository>
    <pluginRepository>
      <snapshots>
        <updatePolicy>never</updatePolicy>
      </snapshots>
      <id>glassfish-repository-wsinterop</id>
      <name>Java.net Repository for Glassfish</name>
      <url>http://maven.dyndns.org/glassfish/</url>
    </pluginRepository>
    <pluginRepository>
      <snapshots>
        <updatePolicy>never</updatePolicy>
      </snapshots>
      <id>maven2.java.net</id>
      <name>Java.net Repository for Maven 2</name>
      <url>http://download.java.net/maven/2</url>
    </pluginRepository>
    <pluginRepository>
      <snapshots>
        <updatePolicy>never</updatePolicy>
      </snapshots>
      <id>maven2.java.net-wsinterop</id>
      <name>Java.net Repository for Maven 2</name>
      <url>http://maven.dyndns.org/2</url>
    </pluginRepository>
    <pluginRepository>
      <releases>
        <updatePolicy>never</updatePolicy>
      </releases>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
      <id>central</id>
      <name>Maven Plugin Repository</name>
      <url>http://repo1.maven.org/maven2</url>
    </pluginRepository>
  </pluginRepositories>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.3.1</version>
      <scope>test</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.glassfish</groupId>
      <artifactId>javax.servlet</artifactId>
      <version>10.0-SNAPSHOT</version>
    </dependency>
  </dependencies>
  <reporting>
    <outputDirectory>target/site</outputDirectory>
  </reporting>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.sun.enterprise</groupId>
        <artifactId>hk2</artifactId>
        <version>0.3.22</version>
      </dependency>
      <dependency>
        <groupId>com.sun.enterprise</groupId>
        <artifactId>hk2-core</artifactId>
        <version>0.3.22</version>
      </dependency>
      <dependency>
        <groupId>com.sun.enterprise</groupId>
        <artifactId>osgi-adapter</artifactId>
        <version>0.3.22</version>
      </dependency>
      <dependency>
        <groupId>com.sun.enterprise</groupId>
        <artifactId>stax-osgi</artifactId>
        <version>0.3.22</version>
      </dependency>
      <dependency>
        <groupId>org.glassfish.common</groupId>
        <artifactId>glassfish-api</artifactId>
        <version>10.0.416</version>
      </dependency>
      <dependency>
        <groupId>org.glassfish.external</groupId>
        <artifactId>grizzly-module</artifactId>
        <version>10.0-SNAPSHOT</version>
      </dependency>
      <dependency>
        <groupId>javax.faces</groupId>
        <artifactId>jsf-api</artifactId>
        <version>1.2_09</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <distributionManagement>
    <repository>
      <uniqueVersion>false</uniqueVersion>
      <id>rator.sfbay</id>
      <url>dav:http://rator.sfbay/maven/repositories/glassfish/</url>
    </repository>
  </distributionManagement>
  <properties>
    <build.id>ss141213-private</build.id>
    <el-impl.version>1.1</el-impl.version>
    <grizzly.original-version>1.8.6-RC2</grizzly.original-version>
    <amx-api.version>10.0-SNAPSHOT</amx-api.version>
    <jms-api.version>1.1-rev-1</jms-api.version>
    <jsf-impl.version>1.2_09</jsf-impl.version>
    <management-api.version>1.1-rev-1</management-api.version>
    <deployment-api.version>1.2-rev-1</deployment-api.version>
    <jaxrpc-api.version>1.1</jaxrpc-api.version>
    <nucleus.version>0.1-SNAPSHOT</nucleus.version>
    <ant.version>1.7.0</ant.version>
    <javaee-api.version>6.0-alpha-1</javaee-api.version>
    <commons.beanutils.version>1.6.1</commons.beanutils.version>
    <transaction-api.version>1.1-rev-1</transaction-api.version>
    <commons.collections.version>2.1</commons.collections.version>
    <extension.name>javax.security.jacc</extension.name>
    <persistence-api.version>1.0-rev-1</persistence-api.version>
    <grizzly.version>10.0-SNAPSHOT</grizzly.version>
    <commons.modeler.version>1.1</commons.modeler.version>
    <jstl-impl.version>1.2</jstl-impl.version>
    <glassfish.version>10.0-SNAPSHOT</glassfish.version>
    <jsf-api.version>1.2_09</jsf-api.version>
    <glassfish-corba.version>3.0.0-b001</glassfish-corba.version>
    <jsp-api.version>2.1</jsp-api.version>
    <glassfish-jruby.version>RELEASE</glassfish-jruby.version>
    <security-api.version>1.2-SNAPSHOT</security-api.version>
    <jsp-impl.version>2.1-SNAPSHOT</jsp-impl.version>
    <mail.version>1.4-rev-1</mail.version>
    <stax-api.version>1.0-2</stax-api.version>
    <jruby-scripting.version>0.6.21</jruby-scripting.version>
    <dataprovider.version>4.2</dataprovider.version>
    <commons.digester.version>1.5</commons.digester.version>
    <jsftemplating.version>1.2.4</jsftemplating.version>
    <hk2.version>0.3.22</hk2.version>
    <mail-api.version>1.4</mail-api.version>
    <connector-api.version>1.6-alpha-1</connector-api.version>
    <abbrev_product_name>GlassFish</abbrev_product_name>
    <activation-api.version>1.1-rev-1</activation-api.version>
    <jaxb-api.version>2.1</jaxb-api.version>
    <jsr223-api.version>1.0</jsr223-api.version>
    <maven.repo.local>/space/ss141213/WS/gf/v3.trunk.new/security/javax.security.jacc/.m2/repository</maven.repo.local>
    <dist.version>10.0-SNAPSHOT</dist.version>
    <spec.version>1.2</spec.version>
    <jstl-api.version>1.2</jstl-api.version>
    <jsr250-api.version>1.0</jsr250-api.version>
    <jaxws-ri.version>2.1.3</jaxws-ri.version>
    <hk2.plugin.version>0.3.22</hk2.plugin.version>
    <jaxws-api.version>2.1</jaxws-api.version>
    <java.net.username>ss141213</java.net.username>
    <phobos.version>0.5.10</phobos.version>
    <product.name>GlassFish</product.name>
    <jmac-api.version>1.0-rev-1</jmac-api.version>
    <pe.version>10.0-SNAPSHOT</pe.version>
    <glassfish-api.version>10.0.416</glassfish-api.version>
    <ejb-api.version>3.0</ejb-api.version>
    <jsr181-api.version>1.0-MR1</jsr181-api.version>
    <major_version>10</major_version>
    <jdbc-ra.version>10.0-SNAPSHOT</jdbc-ra.version>
    <minor_version>0</minor_version>
    <saaj-api.version>1.3</saaj-api.version>
    <servlet-api.version>2.5</servlet-api.version>
  </properties>
</project>
************************************************************************************


[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Wed Sep 17 02:10:41 IST 2008
[INFO] Final Memory: 6M/12M
[INFO] ------------------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to