qickrooms / flex-mojos

Automatically exported from code.google.com/p/flex-mojos
0 stars 0 forks source link

Fix lifecycle to more closely match maven default for handling resources #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Perform a build with flex-mojos

What is the expected output? What do you see instead?
Lifecycle phases for processing resources and test resources are not run by 
default and must be 
added manually

see 
http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html
in particular note the phases related to resources

Original issue reported on code.google.com by RedB...@gmail.com on 20 Jun 2008 at 3:21

GoogleCodeExporter commented 9 years ago
Helpful reference....

http://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven-core
/src/main/resources/META-INF/plexus/components.xml

VELO

Original comment by velo...@gmail.com on 20 Jun 2008 at 4:32

GoogleCodeExporter commented 9 years ago
I believe this was fixed a while ago. A normal flex-mojos project now runs the 
resources:resources and 
resources:test-resources phases without additional configuration.

Original comment by RedB...@gmail.com on 24 Nov 2008 at 8:58