Re: How to handle releases in the DOAP plugin

2006-11-05 Thread Jason van Zyl
On 5 Nov 06, at 5:13 PM 5 Nov 06, Dennis Lundberg wrote: I've had a look at fixing MNG-2117 [1] and realized that the "release" tags have been removed [2] from /doap_Maven.rdf. This was done when we started to use the maven-doap-plugin to generate that file. Having looked at the source f

Re: How to handle releases in the DOAP plugin

2006-11-05 Thread Dennis Lundberg
Kenney Westerhof wrote: How is the DOAP file generated now? String concatenation? It's using org.codehaus.plexus.util.xml.PrettyPrintXMLWriter right now. Since everything else in the Maven project uses modello we should stick with that, but as I understand it element attributes aren't suppor

Re: How to handle releases in the DOAP plugin

2006-11-05 Thread Kenney Westerhof
How is the DOAP file generated now? String concatenation? Since everything else in the Maven project uses modello we should stick with that, but as I understand it element attributes aren't supported that well. If we're in a hurry to get this fixed we might use JAXB in the mean time. There's a m

How to handle releases in the DOAP plugin

2006-11-05 Thread Dennis Lundberg
I've had a look at fixing MNG-2117 [1] and realized that the "release" tags have been removed [2] from /doap_Maven.rdf. This was done when we started to use the maven-doap-plugin to generate that file. Having looked at the source for the doap plugin and the format of the "release" tags in a do