Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aether-users] Adding SubArtifacts after Main Artifact is deployed

Benson, thanks. You put it more elegantly than I could :)

/BK


On Fri, Jan 3, 2014 at 3:27 PM, Benson Margulies <benson@xxxxxxxxxxxxx> wrote:



On Fri, Jan 3, 2014 at 2:32 PM, Bk Lau <bklau2006@xxxxxxxxx> wrote:
Well, say, I add a main artifact A and then a month later, i want to associate a sub artifact B with the main artifact A when the data B becomes available.
That's the gist of it.

By 'sub-artifact' do you mean an artifact with a classifier? If so, then the answer is 'no, this is fundamentally not part of the Maven model'. A collection of things with a common G/A/V (and distinct classifiers) all share a POM and so all travel around together.
 
 


On Fri, Jan 3, 2014 at 2:18 PM, Benjamin Bentmann <bentmann@xxxxxxxxxxxx> wrote:
Bk Lau wrote:

Q: Is there any way to add one or more sub artifacts after a main artifact
is deployed.
Seems currently, you can only add subartifacts at the SAME TIME when a main
artifact is being deployed.

I can't make sense out of this question, if the deploy() call is done, to what do you want to add sub artifacts?


Benjamin
_______________________________________________
aether-users mailing list
aether-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aether-users


_______________________________________________
aether-users mailing list
aether-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aether-users



_______________________________________________
aether-users mailing list
aether-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aether-users



Back to the top