Version 2.1 of the Maven Jar Plugin was just released, and the default
jar file manifest has changed.

See: http://jira.codehaus.org/browse/MJAR-57

If you want the Specification and Implementation details listed, this
configuration needs to be added to the pom:

          <plugin>
              <artifactId>maven-jar-plugin</artifactId>
              <configuration>
                  <archive>
                      <manifest>

<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>

<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
                      </manifest>
                  </archive>
              </configuration>
          </plugin>

--
Wendy

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

Reply via email to