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
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?
>
>
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
>>
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
>>
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.
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
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]
-