|
I can't get that fix to work. I assume maven downloads the respective snapshot: [DEBUG] maven-assembly-plugin: resolved to version 2.2-20070112.063452-32 from repository apache.org It finds my custom attribute: but they still do not appear in the assembly. What is wrong? Attaching a testcase to hopefully make the problem reproducable. run mvn archetype:create -DgroupId=test -DartifactId=massembly121 modify the pom
run mvn clean package assembly:assembly Then the assembly does not contain a manifest with custom attributes. The zip contains the project, including the modified pom and the target dir. Clearing the local repo does not help, no other repos involved. Hopefully the helps to reproduce my problem. I retried on a freshly installed W2K,JDK1.5_10,mvn2.0.4 box and still the same problem. It gets a snapshot: Is this the snapshot with the fix? but no entries in the manifest file. brian: What's the test you added? Is it an IT, or a unit test, or...? I'll check this out, in addition to looking at the new patch. I am currently using 2.2-beta2 and it is STILL not fixed. Petar, what is it that isn't working for you? I tried now with 2.1, 2.2-beta-1, 2.2-beta-2, 2.2-beta-3-SNAPSHOT from both the project root and the parent's directory and it works well. You can go on and close the issue, sorry for my previous post. Thanks, Petar. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Fixed version should be hitting snapshot repository in a minute.