DPascalBernard / maven-alfresco-archetypes

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

An amp project with a name ending ".amp" causes problems #144

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new project from the AMP archetype
2. Use an artefact id of "test.amp" (no quotes)
3. Install it with "mvn install"
4. Run with "mvn integration-test -Pamp-to-war"

What is the expected output? What do you see instead?
In the exploded war directory 
./target/test.amp-war/WEB-INF/classes/alfresco/module there should be a 
directory called test.amp, containing a context directory and the 
module-config.xml file.  However instead there is just an amp file called 
test.amp.amp.

What version of the product are you using? On what operating system?
maven alf sdk 1.0.2 - windows 7

Any other comments?
If you try with a artefact id of "tes.tamp" (no quotes), then it works as 
expected, proving that it's not a problem with "."s, or a problem with projects 
ending with "amp".

Original issue reported on code.google.com by 1234rich...@gmail.com on 3 Oct 2013 at 10:05

GoogleCodeExporter commented 9 years ago
ArtifactId should not contain the .amp extension.

I think most of the Maven project would fail, so I believe this is more of a 
Maven issue that specific to this project

Original comment by colum...@gmail.com on 27 Oct 2013 at 10:42