On Tue, 6 Sep 2005, solo turn wrote:
Hi, This is really more appropriate on the user list, so moving it there. > i tried to use m2 because of concise pom.xml files ... and now i tried to do > an ftp upload of the result. is there another way then to do it with an > antrun-plugin, which requires a > 10-levels-deep-i-have-no-idea-where-i-am-in-my-editor any-more construct? Sure, use m2 deploy. You have to setup distributionManagement in the pom: http://maven.apache.org/maven2/maven-model/maven.html#class_DistributionManagement And: get a real editor and use proper indenting, that should make the pom more readable. <project> <build> <plugins> <plugin> <executions> <execution> <configuration> <tasks> <ftp ....../> hmm.. 9 levels.. almost 10, indeed! :) -- Kenney > > -solo. > -- Kenney Westerhof http://www.neonics.com GPG public key: http://www.gods.nl/~forge/kenneyw.key --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
