mrheaumecortex / onejar-maven-plugin

Automatically exported from code.google.com/p/onejar-maven-plugin
0 stars 1 forks source link

classifier option appears to have no effect #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm using the following configuration, and the classifier of "full" appears
to have no effect.  I still get "htmlclient-1.0-SNAPSHOT.one-jar.jar" as
the final name of the onejar jar.

      <plugin>
        <groupId>org.dstovall</groupId>
        <artifactId>onejar-maven-plugin</artifactId>
        <version>1.4.0</version>
        <executions>
          <execution>
            <configuration>
              <!-- Optional, default is "onejar" -->
              <classifier>full</classifier>
            </configuration>
            <goals>
              <goal>one-jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>

Original issue reported on code.google.com by rektide on 10 Apr 2009 at 5:41

GoogleCodeExporter commented 9 years ago
Thank you for your bug report, rektide. It seems it is the same issue as Issue 
8.

Original comment by hugo.josefson.old@gmail.com on 15 Apr 2009 at 8:17