all i want to do is 1) change the version number and 2) publish spark to our internal maven repo.
i just learned that the maven way what i want to do is a "deploy", not a "release" (neither of which makes sense to me.. how about publish? but ok). although me wanting to change a version number is apparently too much to ask, without using a plugin (the maven-release-plugin?). thats fine. i will ignore that and go change all the files by hand. so i now understand i need to do a mvn deploy, and there should be a distributionManagement section somewhere in the pom. ok great i can try adding that myself. but how come it isnt there by default? i mean, spark does end up on mavem somehow? On Mon, Jul 28, 2014 at 3:39 PM, Koert Kuipers <ko...@tresata.com> wrote: > ah ok thanks. guess i am gonna read up about maven-release-plugin then! > > > On Mon, Jul 28, 2014 at 3:37 PM, Sean Owen <so...@cloudera.com> wrote: > >> This is not something you edit yourself. The Maven release plugin >> manages setting all this. I think virtually everything you're worried >> about is done for you by this plugin. >> >> Maven requires artifacts to set a version and it can't inherit one. I >> feel like I understood the reason this is necessary at one point. >> >> On Mon, Jul 28, 2014 at 8:33 PM, Koert Kuipers <ko...@tresata.com> wrote: >> > and if i want to change the version, it seems i have to change it in >> all 23 >> > pom files? mhhh. is it mandatory for these sub-project pom files to >> repeat >> > that version info? useful? >> > >> > spark$ grep 1.1.0-SNAPSHOT * -r | wc -l >> > 23 >> > >> > >> > >> > On Mon, Jul 28, 2014 at 3:05 PM, Koert Kuipers <ko...@tresata.com> >> wrote: >> >> >> >> hey we used to publish spark inhouse by simply overriding the publishTo >> >> setting. but now that we are integrated in SBT with maven i cannot >> find it >> >> anymore. >> >> >> >> i tried looking into the pom file, but after reading 1144 lines of xml >> i >> >> 1) havent found anything that looks like publishing >> >> 2) i feel somewhat sick too >> >> 3) i am considering alternative careers to developing... >> >> >> >> where am i supposed to look? >> >> thanks for your help! >> > >> > >> > >