> Carlos Sanchez wrote:
>
> > This is a bugfix release from 2.0:
> >
> > - assembly jar-with-dependencies does not utilize or provide for
> > manifest configuration
>
> Might you be able to explain how this is supposed to work?  The issue was
> marked as fixed and closed without any explanation as to what the fix was,
> and I'm still seeing the same behavior with v2.0.1 of the assembly plugin.

Sorry, got it:

<build>
  <pluginManagement>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-assembly-plugin</artifactId>
        <configuration>
          <archive>
            <manifest>
              <mainClass>...</mainClass>
            </manifest>
          </archive>
        </configuration>
      </plugin>
    </plugins>
  </pluginManagement>
</build>

   michael


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

Reply via email to