DPascalBernard / maven-alfresco-archetypes

Automatically exported from code.google.com/p/maven-alfresco-archetypes
0 stars 0 forks source link

AMP plugin does not include file-mapping.properties in AMP #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The file-mapping.properties is simply ignored by the plugin when assembling the 
AMP file.

I suggest the following patch (see attachment) 

Original issue reported on code.google.com by dupont.n...@gmail.com on 3 Aug 2010 at 5:06

Attachments:

GoogleCodeExporter commented 9 years ago
As a fast workaround I'm using 

            <resource>
                <directory>${basedir}/src/main/mapping</directory>
                <includes>
                   <include>file-mapping.properties</include>
                </includes>
                <targetPath>../${pom.artifactId}-${pom.version}/</targetPath> <!-- hack -->
            </resource>

Original comment by sebasjm on 11 Nov 2010 at 8:29

GoogleCodeExporter commented 9 years ago
Hi, 
thanks for posting your solution.

I'm closing the issue as duplicate, since it duplicates issue 5, which I think 
we should close in the next release.

Original comment by colum...@gmail.com on 3 Aug 2011 at 11:43