The ${something} is a requirement (value of jboss.home) that exists in
everyone's settings.xml and only used for the processing of resources.
Across all build environments, it's uniform but each developer has the
flexibility of putting jboss where they want and this gives us the
option to let people try out new versions if they like.
-----Original Message-----
From: Brian E. Fox [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 18, 2007 4:04 PM
To: Maven Users List
Subject: RE: Copying resources
Sure, but what happens when you move that to another machine?
-----Original Message-----
From: EJ Ciramella [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 18, 2007 3:17 PM
To: Maven Users List
Subject: RE: Copying resources
Actually, using the ${somevalue} in profiles.xml (and providing a full
path to something outside the standard build directory) seems to be
working....
-----Original Message-----
From: Brian E. Fox [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 18, 2007 3:08 PM
To: Maven Users List
Subject: RE: Copying resources
I think there's a plugin for that, but it escapes me. It isn't a very
portable solution what you are proposing. A more portable solution is to
make a new module for these files. Use assembly:single to zip them up
and deploy them to your repos. Then you can use the dependency plugin to
unpack this zip where you need it.
-----Original Message-----
From: EJ Ciramella [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 18, 2007 2:08 PM
To: Maven Users List
Subject: Copying resources
Is there a way to copy stuff outside of the project directory in?
Say I'm building in:
E:\project\somedir\pom.xml
and I want to copy in files as defined as a property in profiles.xml:
some.dir=C:\somedir
Is there a way I can copy some items from ${some.dir}?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]