Re: How to exclude directory in Maven in basedir from adding sources torelease?

2015-01-29 Thread Stefan Miklosovic
It helped in order to build that and deploy it to staging area, however when I look into that zip, these folders and file are still there. Stefan Miklosovic Red Hat Brno - JBoss Mobile Platform e-mail: smikl...@redhat.com irc: smikloso - Original Message - > In your case you need to als

Re: How to exclude directory in Maven in basedir from adding sources torelease?

2015-01-29 Thread Bernd Eckenfels
In your case you need to also exclude the target/ directory. However I am not sure if that kind of resource 'abuse' should be done. -- http://bernd.eckenfels.net - Ursprüngliche Nachricht - Von: "Stefan Miklosovic" Gesendet: ‎29.‎01.‎2015 21:26 An: "Maven Users List" Betreff: How to

How to exclude directory in Maven in basedir from adding sources to release?

2015-01-29 Thread Stefan Miklosovic
Hi, I have parent pom.xml and I have modules there, structure is like this: pom.xml module1/ module2/ module3/ some_dir1/ some_dir2/ README.adoc When I want to release this project, I do it like mvn release:prepare release:perform What it does is that when I look into sources of parent project

[ANN] Apache Maven Enforcer Version 1.4 Released

2015-01-29 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Enforcer, version 1.4 Enforcer is a build rule execution framework. http://maven.apache.org/enforcer If you need to force things within your build please use the maven-enforcer-plugin. http://maven.apache.org/enforce

Re: How to escape variable interpolation?

2015-01-29 Thread David Hoffer
Thanks for all the suggestions. I tried them all but no luck. \\\${service.root.url}/bullpen/readwrite does not stop variable replacement. ${dollar}{service.root.url} does not stop it either it actually resolves the nested variables. \u0024{service.root.url}/bullpen/readwrite does stop variable

Error finding remote resources manifests

2015-01-29 Thread Carmen Manzulli
Hi, i'm trying to install apache jena with maven 3.0.5 but i get this: BUILD FAILURE [INFO] [INFO] Total time: 1.607s [INFO] Finished at: Thu Jan 29 16:14:18 CET 2015 [INFO] Final Memory: 13M/310M [INFO] -

Re: How to escape variable interpolation?

2015-01-29 Thread Thomas Broyer
On Wed Jan 28 2015 at 20:18:53 David Hoffer wrote: > I have a case where I have a text file that is generated with a hard coded > string and I would like to replace that with Maven variables, but I want > the literal variable string to go in the file not the interpolated values. > > I read http:/

Re: How to escape variable interpolation?

2015-01-29 Thread Jörg Schaible
David Hoffer wrote: > I have a case where I have a text file that is generated with a hard coded > string and I would like to replace that with Maven variables, but I want > the literal variable string to go in the file not the interpolated values. > > I read http://maven.apache.org/shared/maven-