Re: Private Repository Server + Maven Standard Repos

2012-11-07 Thread Gintas
Hm, for now we have decided to stick with the easiest solution - use only local repo and have it accessible through VPN in case someone needs it from the outside. Thanks for the answers, guys :) -- View this message in context:

Re: Can assembly descriptors be resolved from the reactor?

2012-11-07 Thread Curtis Rueden
Hi Benson, Can assembly descriptors be resolved from the reactor? Well, you can put a relative path outside your subproject structure. E.g.: configuration descriptors descriptor../assembly/application.xml/descriptor /descriptors /configuration Is that good enough? Regards, Curtis

Re: Can assembly descriptors be resolved from the reactor?

2012-11-07 Thread Jörg Schaible
Benson Margulies wrote: http://maven.apache.org/plugins/maven-assembly-plugin/examples/sharing- descriptors.html However, personally never tried. - Jörg - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For

Excluding a Plugin dependency

2012-11-07 Thread christofer.d...@c-ware.de
Hi, I am currently having a really stupid problem, that I am currently stuck on: The thing I am currently working on is a maven plugin (Flexmojos). As Flex is now an Apache project, I am working on supporting Apache FDKs in the project, The problem is that the compiler is a direct dependency of

maven release plugin: release:prepare fails (svn/ maven bug)

2012-11-07 Thread Ken O'Connell
I am hoping someone can help me get around this problem? Trying to implement maven release plugin into our processes, I came across this issue (http://jira.codehaus.org/browse/SCM-406 which is a svn/maven bug with creating tags: 'tag already exists) in our release:prepare steps while executing

Re: maven release plugin: release:prepare fails (svn/ maven bug)

2012-11-07 Thread Robert Scholte
Hi Ken, the maven-release-plugin and subversion work very well together, so there should be no need to think of workarounds. I'd strongly suggest to not try to combine the exec-maven-plugin to do a release. You refer to an issue which has been fixed a long time ago, which makes me wonder:

will maven profiles will solve my problem?

2012-11-07 Thread minami
Hello, I'm pretty new in Maven, so I have some troubles. I have created a job on hudson, which actually builds only when I click Build now. But now I would like to perfom the job, when the project perfoms the maven release. Should I use profiles? -- View this message in context:

Re: Help with Maven

2012-11-07 Thread Curtis Rueden
Hi Pedro, What can I do to reduce that time in mswindows if it is possible? It sounds like you are using Eclipse. Are you using the latest Eclipse 4.2 for Java developers? If so, I agree that File Import Existing Maven Projects is the way to go, after checking out your SVN branch separately.

Re: will maven profiles will solve my problem?

2012-11-07 Thread Curtis Rueden
Hi Minami, I would like to perfom the job, when the project perfoms the maven release This is really a Hudson/Jenkins question, best asked on a Jenkins mailing list: http://jenkins-ci.org/content/mailing-lists That said, one option might be the URLTrigger plugin [1], which polls a URL and