ali-rezvani / onejar-maven-plugin

Maven onejar plugin
0 stars 0 forks source link

Unrecognised tag: 'executions' #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. added following to my pom file
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
        <configuration>
          <archive>
            <manifest>
              <mainClass>com.enservio.msgconsumer.service.Main</mainClass>
              <addClasspath>true</addClasspath>
            </manifest>
          </archive>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.dstovall</groupId>
        <artifactId>onejar-maven-plugin</artifactId>
        <version>1.4.2</version>
        <executions>
          <execution>
            <configuration>
              <mainClass>com.enservio.msgconsumer.service.Main</mainClass>
            </configuration>
            <goals>
              <goal>one-jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>

    <pluginRepository>
      <id>onejar-maven-plugin.googlecode.com</id>
      <url>http://onejar-maven-plugin.googlecode.com/svn/mavenrepo</url>
    </pluginRepository>

What is the expected output? What do you see instead?
expected a jar file with dependences in one. could not even get to the 
point of building

What version of onejar-maven-plugin are you using?
1.4.2

What is the output of "mvn -version" on your machine?
Maven version: 2.0.9
Java version: 1.6.0_18
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"

Please provide any additional information below.

Original issue reported on code.google.com by sarahand...@yahoo.com on 27 May 2010 at 10:02

GoogleCodeExporter commented 9 years ago
Thanks for filing your issue. Please paste the entire mvn command and the 
entire 
output.

Original comment by hugo.josefson.old@gmail.com on 27 May 2010 at 10:07

GoogleCodeExporter commented 9 years ago
Closing, due to inactivity.

Original comment by hugo.josefson.old@gmail.com on 6 Oct 2010 at 8:53