>
>
>
>
>
>
>
>
>
>
> com.sun.xml.bind
> jaxb-impl
> 2.2
>
-Original Message-
From: Justin Edelson [mailto:justinedel...@gmail.com]
Sent: Wednesday, March 10, 2010 11:12 AM
To: Maven Users List
Subject: Re: How do I add phases to a lifecycle that normally skips
them?
Steven-
The phases in a lifecycle have nothing to do with the pac
> I have a project that I have declared to have the "pom" package, with
> the intent of only releasing the XML schema (xsd) within the project via
> the build-helper-maven-plugin's attach-artifact goal.
Seems like an awful lot of workaround/effort just to keep the package
as pom. If you change it
Steven-
The phases in a lifecycle have nothing to do with the packaging of a
project. pom-packaged projects just don't have anything bound BY DEFAULT
to the compile, test-compile, etc. phases. You need to configure the
compiler plugin to bind the testCompile goal to the test-compile phase
and the s
I have a project that I have declared to have the "pom" package, with
the intent of only releasing the XML schema (xsd) within the project via
the build-helper-maven-plugin's attach-artifact goal.
However, I would like to run some unit tests that will generate the Java
object graph via JAXB and