Trygve mentioned the repo code wasn't needed in the appassembler plugin any more. I've isolated and deprecated the repository generation code rather than removing it at this point, though.

Also, I'm wondering about the different types of repositories.

The Maven assembly plugin supports generating a flat directory with this:
  <dependencySets>
    <dependencySet>
      <outputDirectory>lib</outputDirectory>
    </dependencySet>
  </dependencySets>

and a Maven2 repository with this:
  <repositories>
    <repository>
      <outputDirectory>repo</outputDirectory>
    </repository>
  </repositories>

But the latter does not support generating a Maven1 repository.

Is there a use case for needing this in the appassembler plugin, or is it a future need (in which case we should probably file an issue in the assembly plugin)?

Cheers,
Brett

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to