Re: derby-maven-plugin

2012-03-15 Thread carlspring
Hi, I see this is an old post, but since I faced the same sort of problem, I'd like to let you know that I knocked up a simple Maven plugin for Derby. It can be found here: https://github.com/carlspring/derby-maven-plugin I have pushed the plugin to Maven Central and it should be available

Re: Trouble deploying to remote repository after the first time (400 error)

2011-07-29 Thread carlspring
Your Nexus release repository is not set up to allow redeploying of releases. Release artifacts should (generally) not be re-deployed, because once they have been downloaded, they will never be re-downloaded again, unless they are removed from the local repository. Be advised. -- View this

Re: exclude plugin dependencies

2011-07-15 Thread carlspring
Hi, You can use artifact exclusions for plugin dependencies as well. For example: plugins plugin groupId/groupId artifactId.../artifactId version.../version

Re: Parent Pom and maven goals for only war projects

2011-07-14 Thread carlspring
You can check this post: http://stackoverflow.com/questions/6677440/parent-pom-and-maven-goals-for-only-war-projects -- View this message in context: http://maven.40175.n5.nabble.com/Parent-Pom-and-maven-goals-for-only-war-projects-tp4582234p4585882.html Sent from the Maven - Users mailing list

Re: configure Maven to dynamically select profiles

2011-07-14 Thread carlspring
You can use Maven profiles and Resource Filtering. You can set up different profiles and define which resources to use for them. -- View this message in context: http://maven.40175.n5.nabble.com/configure-Maven-to-dynamically-select-profiles-tp4581942p4585910.html Sent from the Maven - Users