Hi Siegfried,

By 'can always use the ...' do you mean running something from the command 
line like:

mvn install:install-file -Dfile= .....

I'd rather not run anything other than 'mvn clean install' from the command 
line.

However after working on this problem a while, I gave up and rewrote the 
pom.xml to be independent of the build.xml file.  So now I have a parallel 
build system for this part of my system.  The result is simpler, cleaner, and 
more easily comprehended.

Cheers,
        Chris

Am Dienstag, 27. Februar 2007 13:54 schrieb Siegfried Goeschl:
> Hi Chris,
>
> when the external build.xml creates a JAR you can always use the
> maven-install/deploy-plugin to upload the JAR into the repository (even
> with providing a custom pom.xml)
>
> Cheers,
>
> Siegfried Goeschl
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to