1 Reply Latest reply on Jan 31, 2011 1:17 AM by mp911de

    Where's the Source for jnp-client?

    worldnamer

      I'm including the following Maven fragments in my project:

       

      <repositories>

      <repository>

      <id>JBoss Nexus</id>

      <url>http://repository.jboss.org/nexus/content/groups/public-jboss/</url>

      </repository>

      </repositories> 

       

      <dependencies>
      <dependency>
      <groupId>org.jboss.jbossas</groupId>
      <artifactId>jboss-as-client</artifactId>
      <version>6.0.0.20101110-CR1</version>
      <type>pom</type>
      </dependency>
      </dependencies>

      <dependencies>

      <dependency>

      <groupId>org.jboss.jbossas</groupId>

      <artifactId>jboss-as-client</artifactId>

      <version>6.0.0.20101110-CR1</version>

      <type>pom</type>

      </dependency>

      </dependencies>

      This downloads as expected when I run mvn install -DdownloadSources=true. However, the JAR that it downloads labeled jnp-client 5.0.5.Final-sources does not, in fact, contain anything.
      Where can I find the source for this jar?