[
http://jira.codehaus.org/browse/MNG-4788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=233981#action_233981
]
Brett Porter commented on MNG-4788:
-----------------------------------
in my recollection, the appassembler plugin looks up a custom
ArtifactRepositoryLayout 'flat' that it defines itself, then uses the standard
APIs to populate it. I would suppose Aether doesn't support other repository
layouts at this time since the legacy one had been removed.
> [regression] Appassembler Maven Plugin doesn't work like as it should
> ---------------------------------------------------------------------
>
> Key: MNG-4788
> URL: http://jira.codehaus.org/browse/MNG-4788
> Project: Maven 2 & 3
> Issue Type: Bug
> Affects Versions: 3.0-beta-3
> Environment: The 3.0-beta-3 that is staged for release.
> Reporter: Dennis Lundberg
> Attachments: MNG-4788.zip
>
>
> Comparing the results between beta-2 and beta-3 I see a difference in my
> builds for the Appassembler Maven Plugin (@mojo.codehaus.org). In beta-2 the
> plugin (correctly) assembles the dependencies in a flat structure in my
> configured "lib" directory. Whereas beta-3 puts the dependencies in my
> configured "lib" directory using a Maven repository layout structure.
> Example in beta 2:
> {noformat}
> [INFO] Installing C:\Documents and
> Settings\dlg01\.m2\repository\commons-dbutils\commons-dbutils\1.1\commons-dbutils-1.1.jar
> to
> C:\Program\apache-continuum\data\working-directory\15\dennislundberg-beansprout\target\appassembler\lib\commons-dbutils-1.1.jar
> {noformat}
> Example in beta 3:
> {noformat}
> [INFO] Installing C:\Documents and
> Settings\dlg01\.m2\repository\commons-dbutils\commons-dbutils\1.1\commons-dbutils-1.1.jar
> to
> C:\Program\apache-continuum\data\working-directory\15\dennislundberg-beansprout\target\appassembler\lib\commons-dbutils\commons-dbutils\1.1\commons-dbutils-1.1.jar
> {noformat}
> The result is that the assembled apps gets an invalid classpath and won't
> start.
> Test case coming soon.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira