Re: Weird maven behavior during local SCA build.

2007-07-26 Thread Naveen MC
Hey, I am facing a similar probem when building SCA code using mvn [INFO] [build-helper:add-source {execution: add-source}] [INFO] Source directory: E:\TUSCANY\SCASource\java\sca\itest\wsdl\target\sdo-source added [INFO] [tuscany-sdo:generate {execution: generate-sdo}] Downloading:

RE: Weird maven behavior during local SCA build.

2007-07-26 Thread rabi.mishra
@ws.apache.org Subject: Re: Weird maven behavior during local SCA build. Hey, I am facing a similar probem when building SCA code using mvn [INFO] [build-helper:add-source {execution: add-source}] [INFO] Source directory: E:\TUSCANY\SCASource\java\sca\itest\wsdl\target\sdo-source added [INFO

Weird maven behavior during local SCA build.

2007-07-25 Thread Luciano Resende
If I remove o.a.tuscany/sca from my local maven repository, and then try to build SCA, I'm having all weired issues around missing dependencies from artifacts that are supposed to get built during the build I'm executing. I also noticed that maven is resolving some other artifacts to its

Re: Weird maven behavior during local SCA build.

2007-07-25 Thread Vamsavardhana Reddy
I ran into problems where the plugin requests for one version of the artifact but gets back a different version of the artifact. Something like... Searching for commonj/sdo- api-r2.1/1.0-incubating-SNAPSHOT/jar at http://people.apache.org/repo/m2-incubating-repository Downloading

Re: Weird maven behavior during local SCA build.

2007-07-25 Thread Luciano Resende
This might be something related to new versions of some maven plugins as I was able to find an old version of the repository, and I was able to build from that ok. So, maybe it's not a good idea to clean your repo or use a mvn -U right now. On 7/25/07, Luciano Resende [EMAIL PROTECTED] wrote: