Thanks Jason. I didn't know you could also specify different modules in different profiles.
On a somewhat related note, I tried allowing the JAX-RS api jar be different versions in different profiles but I ran into a problem during compilation of a test case (PreconditionsTest) since it calls the new JAX-RS 1.1 API method. I think it should be ok to use the lower version API jar still when actually packaging a user app though if they really can't use JAX-RS 1.1 API jar. On Thu, Mar 4, 2010 at 1:03 AM, Jason Dillon <[email protected]> wrote: > You might wanna put that into an it profile or something, so its easy to flip > on and off w/o code modification. > > --jason > > > On Mar 4, 2010, at 6:31 AM, [email protected] wrote: > >> Author: bluk >> Date: Wed Mar 3 23:31:32 2010 >> New Revision: 918773 >> >> URL: http://svn.apache.org/viewvc?rev=918773&view=rev >> Log: >> Remove wink-itests from main pom.xml >> >> This will stop the release plugin from publishing >> the test artifacts. >> >> Modified: >> incubator/wink/trunk/pom.xml >> >> Modified: incubator/wink/trunk/pom.xml >> URL: >> http://svn.apache.org/viewvc/incubator/wink/trunk/pom.xml?rev=918773&r1=918772&r2=918773&view=diff >> ============================================================================== >> --- incubator/wink/trunk/pom.xml (original) >> +++ incubator/wink/trunk/pom.xml Wed Mar 3 23:31:32 2010 >> @@ -48,7 +48,7 @@ >> <module>wink-examples</module> >> <module>wink-scripts</module> >> <module>wink-assembly</module> >> - <module>wink-itests</module> >> + <!-- <module>wink-itests</module> --> >> </modules> >> <scm> >> >> <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/wink/trunk</connection> >> >> > >
