Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
mvn -Dmaven.test.skip=true -Dprofile=step1Pstep1 install
mvn -Dmaven.test.skip=true -Dprofile=step2 install
Pstep2 install
Warning
titlePlease Note

There is an issue in building if you use the system property style of declaring the profiles (i.e., -Dprofile=step2) as the XFire Maven plugin thinks step2 is a profile name it should use. This is fixed in the ServiceMix trunk (3.3 or greater). To work around this issue, use the -Pstep2 style of declaring the profile as noted above.

Next time you build, you can just run

...