Deploying a collection of Java class files

2008-02-07 Thread zzzz8
Maven seems to have support in deploying single file artifacts like jars, ears, wars, etc. However, my project requires me to deploy (via FTP) to a particular directory on a machine all (or a selection) of my Java class files - i.e. in an exploded form (not jarred). My project is not a war or an

Re: Maven Eclipse plugin does not evaluate systemPath dependency

2008-01-30 Thread zzzz8
hy this doesn't work - when it should, as the command line demonstrates. Wayne Fay wrote: > > Can you perhaps jar up the classes in that path, and then specify the > full jar name, or even better check it into your local Maven repo > cache using install:install-file? > >

Re: Maven Eclipse plugin does not evaluate systemPath dependency

2008-01-30 Thread zzzz8
ould be ${env.AF_CLASSPATH} ?? > Did you try ? > > Arnaud > > On Jan 30, 2008 11:49 PM, 8 <[EMAIL PROTECTED]> wrote: > >> >> I have the following in my pom.xml: >> >> >>oracle.apps >>oracle.apps.all >>

Re: Maven Eclipse plugin does not evaluate systemPath dependency

2008-01-30 Thread zzzz8
t; Did you try ? > > Arnaud > > On Jan 30, 2008 11:49 PM, 8 <[EMAIL PROTECTED]> wrote: > >> >> I have the following in my pom.xml: >> >> >>oracle.apps >>oracle.apps.all >>11.5.10 >>system >>

Maven Eclipse plugin does not evaluate systemPath dependency

2008-01-30 Thread zzzz8
I have the following in my pom.xml: oracle.apps oracle.apps.all 11.5.10 system ${AF_CLASSPATH} The ${AF_CLASSPATH} should evaluate the environment variable AF_CLASSPATH to c:\oracle\apps (where my class folder is). However, it doesn't seem to do that.

Re: Maven clean plugin not working

2008-01-29 Thread zzzz8
Yep, that was the issue. Wendy Smoak-3 wrote: > > On Jan 29, 2008 6:32 PM, 8 <[EMAIL PROTECTED]> wrote: > >> I'm new to Maven and I'm having some issues using the clean plugin. When >> I >> run the clean lifecycle phase (or clean:clean goal

Maven clean plugin not working

2008-01-29 Thread zzzz8
I'm new to Maven and I'm having some issues using the clean plugin. When I run the clean lifecycle phase (or clean:clean goal), I get the following error: >mvn -e clean + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] -