qickrooms / flex-mojos

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

flex-mojo/flexunit running Maven build phases twice #85

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a flex project build using maven.
2. create unit tests for the flex app and run it with flex-mojo/flex unit
3.

What is the expected output? What do you see instead?

I just got done setting up our flex 
project using flex-mojo/flexunit in Maven project via Hudson and 
deploying the artifacts to Artifactory. Everything has been running 
fine. Deploys just started failing and I notice that during the build, 
artifacts are being installed twice, archived and deployed twice. When 
I tell Maven to not run the test phase, everything happens once and 
the deploys(upload to Artifactory) also works fine. My main question 
is, why would the phases run twice to install/deploy artifacts twice 
when the [flex-compiler-mojo:test-run] phase is run and only once when 
I force the build to skip the test phase? Any pointers would be 
greatly appreciated. 

What version of the product are you using? On what operating system?

flex-mojo 1.0

running maven 2.0.9 with java 1.5.0_15 within in Redhat 5

Please provide any additional information below.

Original issue reported on code.google.com by rojal.pr...@gmail.com on 21 Aug 2008 at 8:30

GoogleCodeExporter commented 9 years ago

Original comment by velo...@gmail.com on 27 Aug 2008 at 6:56

GoogleCodeExporter commented 9 years ago
I think this is already fixed but I forget to change status.

VELO

Original comment by velo...@gmail.com on 23 Nov 2008 at 4:22