Re: Is maven so inflexible?

2009-04-21 Thread David C. Hicks
I think the maven-dependency-plugin is probably what you need to use, in this case. On 4/21/09 5:52 AM, João Pereira wrote: Here's the scenario I have a the Alfresco SDK which depends on a lot of libraries, some of them I can find in the standard repos, others I don't. I wish that the SDK wa

Re: Is maven so inflexible?

2009-04-21 Thread João Pereira
Here's the scenario I have a the Alfresco SDK which depends on a lot of libraries, some of them I can find in the standard repos, others I don't. I wish that the SDK was made of only of one Jar wit no dependencies. I know that someone have their public repo with alfresco sdk, but I need differen

Re: Is maven so inflexible?

2009-04-20 Thread Dan Tran
can you use jaxws-maven-plugin to manage your wsdl files? -D On Mon, Apr 20, 2009 at 6:36 PM, David C. Hicks wrote: > Are the jars part of the project, or are they artifacts that you depend on? >  That seems to be a large part of what you may need to change.  If the jars > are artifacts that can

Re: Is maven so inflexible?

2009-04-20 Thread David C. Hicks
Are the jars part of the project, or are they artifacts that you depend on? That seems to be a large part of what you may need to change. If the jars are artifacts that can be found in a standard repository, just mark them up as dependencies. If they are generated by your project, they shoul

RE: Is maven so inflexible?

2009-04-20 Thread Bryan Loofbourrow
> Fisrt I used to love maven, at this moment I'm not sure. > > I have a folder with a bunch of jars+wsdls+properties that need to be in > the class path for my project compile in maven. How I do that without having > to deploy each jar to the local repository or a remote repository? IMO, you don

Re: Is maven so inflexible?

2009-04-20 Thread João Pereira
2009/4/21 João Pereira > Hello, > Fisrt I used to love maven, at this moment I'm not sure. > > I have a folder with a bunch of jars+wsdls+properties that need to be in > the class path for my project compile in maven. How I do that without having > to deploy each jar to the local repository or a