Re: [jira] Updated: (TUSCANY-834) Missing version information for junit plugin in das pom.xml

2006-10-12 Thread Jeremy Boynes
You normally don't need or want to do this - the information is inherited from the parent (das) pom.xml's dependencyManagement section which enables it to be specified in one place and shared between all modules. -- Jeremy On Oct 12, 2006, at 2:32 PM, Luciano Resende (JIRA) wrote:

Re: [jira] Updated: (TUSCANY-834) Missing version information for junit plugin in das pom.xml

2006-10-12 Thread Luciano Resende
The problem here was that if I generate the source distribution by doing a export of das/rdb and then update the pom to point to parent pom, these default values won't be there and compilation will fail. I think what you said is true if I export the whole das subtree as part of the source

Re: [jira] Updated: (TUSCANY-834) Missing version information for junit plugin in das pom.xml

2006-10-12 Thread Jeremy Boynes
It's important that all dependencies from the source distribution are to released artifacts. This does not apply just to the junit version but to the pom as a whole. If you can't rely on the parent pom being there (which is the implication of you saying that the version won't be there)