Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[virgo-dev] Publishing snapshot maven artifacts

Hi,

I noticed that virgo-build/common/publish.xml publish target does not call into maven-publish only ivy-publish.
Description calls for maven publishing.

<target name="publish" depends="publish-ivy" description="Publishes all artifacts to remote eclipse ivy and maven repositories"/>

Can we enable maven publishing?  Are there limitations/issues with maven publish?

Regards,
Dmitry

Back to the top