prevent changes on tags

2011-12-01 Thread IT/R2A
Hi together, I tried to prevent commits into tags in subversion. I did it with an pre-commit hook. It worked fine until I tried to create a new branch (of basis of a release), because on every branchcreation a commit to the release is send (changing the pom, but without any changes) I googled

Re: Handling Non-Public runtime packages

2011-12-01 Thread Anders Hammar
I recognize your situation and here's what I've done for JBoss EAP (4.3 and 5.0): For all the runtime artifacts of the platform, I've created a tool that analyzes the dependencies between those artifacts. Based on this information I've created poms for all the artifact with this dependency info. T

YUI Compressor Maven plugin executed at wrong time and tomcat plugin not using yui-compressor output

2011-12-01 Thread fe.character.guide
Hello everyone! I'm trying to get some basic maven build processes configured correctly with my Java project, and beyond Stackoverflow, I'm not sure where else to turn. I'd like to compress all of my javascript files and aggregate them using YUICompressor, and I saw that there was a maven plugin

Re: Eclipse project under maven with JBoss-packaging plug-in

2011-12-01 Thread Barrie Treloar
On Fri, Dec 2, 2011 at 7:50 AM, Barney Sperlin wrote: > Hello, >      I'm trying to get a JBoss ESB project working under Maven in Eclipse.  I > downloaded the jboss-packaging-maven-plugin-2.2.jar and put it into > c:\program files\Apache Software Foundation\apache-maven-3.0.3\lib\ with > other

Eclipse project under maven with JBoss-packaging plug-in

2011-12-01 Thread Barney Sperlin
Hello,      I'm trying to get a JBoss ESB project working under Maven in Eclipse.  I downloaded the jboss-packaging-maven-plugin-2.2.jar and put it into c:\program files\Apache Software Foundation\apache-maven-3.0.3\lib\ with other jars (Question 1: is that the right place?). Then I tried to ma

Re: generate-test-resources lifecycle question

2011-12-01 Thread Lonnie Lewis
The processing that I am writing about is not in the parent POM, it is in my "child" POM. -- View this message in context: http://maven.40175.n5.nabble.com/generate-test-resources-lifecycle-question-tp5032543p5040180.html Sent from the Maven - Users mailing list archive at Nabble.com. --

BUILD FAILURE : FactoryBean does not take parameters

2011-12-01 Thread David Bernard
Hi, Someone have an idea why maven is not able to compile the code using generic java 1.5. ValueDomainServiceFactory is the class that contains the generic code. see below the commands for the compilation: In order: mvn version mvn help:effective-pom mvn clean mvn compile The file -ValueDom

Handling Non-Public runtime packages

2011-12-01 Thread Steve Cohen
I am perplexed by the following situation: I work for a very large corporation with strict bureaucratic rules about what you can use. Nonetheless, they have a maven repository administered by very helpful people. However the maven repository people don't talk so much to the technical standar

Re: Vote started for Apache Maven 3.0.4 (take 2)

2011-12-01 Thread Mirko Friedenhagen
Hello Olivier, I used the new 3.0.4 on a few projects and it seems to work fine. However the images at new ref page at http://maven.apache.org/ref/3.0.4/ are to big for my 1280x800 resolution in Chrome as they are spread on two rows, which makes me scroll a lot. Really like the new fluido-skin, th

Handling Non-Public runtime packages

2011-12-01 Thread Steve Cohen
I am perplexed by the following situation: I work for a very large corporation with strict bureaucratic rules about what you can use. Nonetheless, they have a maven repository administered by very helpful people. However the maven repository people don't talk so much to the technical standar

Re: repositories acting up?

2011-12-01 Thread Maven User
Before I give up here - is there an secured version of repo1? On Thu, Dec 1, 2011 at 11:20 AM, Maven User wrote: > Comments below: > > On Thu, Dec 1, 2011 at 9:12 AM, Olivier Lamy wrote: > >> As it looks you are probably/maybe in an enterprise secured env. >> > > Very true! > > >> You probably

how to mirror a repo.

2011-12-01 Thread Gandhi, Pawan
Hi All, I am facing an issue while downloading mule artifacts from below repository. I have not declared this repo anywhere but some how it is coming through transitive dependencies POM configs, not sure. http://dev.ee.mulesource.com/repository/content/repositories/ext-release s The re

Re: repositories acting up?

2011-12-01 Thread Maven User
Comments below: On Thu, Dec 1, 2011 at 9:12 AM, Olivier Lamy wrote: > As it looks you are probably/maybe in an enterprise secured env. > Very true! > You probably go to repo1.maven.org tru a proxy. > That's also true, but the problem with the secured enterprise environment is there tends to

gpg plugin signing poms, 2nd finalName part not substituted?

2011-12-01 Thread Marshall Schor
I have a project which specifies in the a finalName which has 2 substitutable parts: ${project.artifactId}_${parsedVersion.osgiVersion} where the parsedVersion.osgiVersion property is set by the build-helper-maven-plugin, in the first life-cycle-phase. This property is correctly substituted by

Re: maven-assembly-plugin StackOverflowError

2011-12-01 Thread john.vint
I ended up getting this resolved some time ago but I figure I post the best solution. The stackoverflow isnt a product of infinite recursion it's just a matter of recursion that is simply too deep because of how far down the file directory tree goes. Simply increasing the stack size with -Xss. W

maven failing at the end of a build with a plexus error

2011-12-01 Thread Benson Margulies
Maven 2.2.1. This only happens inside Jenkins, but even when not using the jenkins maven plugin. What is it trying to tell us? [INFO] Running tasks tasks [INFO] com.basistech.rex2009.common.TaskSequence [INFO] com.basistech.rex2009.common.data.CorpusNexmlReader [INFO] /basis/treez/jenkins/ciderpr

Problem resolving property

2011-12-01 Thread Abid Hussain
Hi all, I have a problem that maven doesn't resolve a property. In a project A we have the following dependency: components library-bundle 3.12 pom In dependent project library-bundle (Version 3.12) we have the following property declared: utilization

Re: repositories acting up?

2011-12-01 Thread Olivier Lamy
As it looks you are probably/maybe in an enterprise secured env. You probably go to repo1.maven.org tru a proxy. So as there is a redirect maybe the proxy block access to redirection to http://mirrors.ibiblio.org/pub/mirrors/maven2. If not and as it looks to be an issue with your nexus installatio

Re: repositories acting up?

2011-12-01 Thread Maven User
Heh! What do you mean by "karma"? I tried pointing directly at that mirror and didn't have any luck (same error messages). Thank you all for posting tips/help - I appreciate it! On Thu, Dec 1, 2011 at 3:41 AM, Olivier Lamy wrote: > Hello, > > Note there is a relocation here > curl -I > http:/

WebLogic MBean Maker and Maven (without a local WSL installation)

2011-12-01 Thread Anders Hammar
I'm trying to get a Maven build that uses WebLogic's MBean Maker (v10.3.3.0) to produce a MBean jar to work without requiring a local WSL installation. So far I have failed and I wonder if there's anyone out there who has succeeded? I want the build to only use dependencies from the repo and not h

Vote started for Apache Maven 3.0.4 (take 2)

2011-12-01 Thread Olivier Lamy
Hello, FYI, a second vote has started for Apache Maven 3.0.4 see http://markmail.org/message/beso4bgthzk3i5ul Thanks, -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy - To

Re: repositories acting up?

2011-12-01 Thread Olivier Lamy
Hello, Note there is a relocation here curl -I http://repo1.maven.org/maven2/.index/nexus-maven-repository-index.properties HTTP/1.1 302 Moved Temporarily Server: nginx/1.0.1 Date: Thu, 01 Dec 2011 08:40:13 GMT Content-Type: text/html Content-Length: 160 Connection: keep-alive Location: http://m

Error using Maven in Red Hat 5

2011-12-01 Thread RonBigman
Hi I installed maven 2.0.9 on my red had 5 machine And when I run it I get the following error mvn --version + Error stacktraces are turned on. Maven version: 2.0.9 Java version: 1.6.0_29 OS name: "linux" version: "2.6.18-238.el5" arch: "amd64" Family: "unix" [DEBUG] Building Maven user-level