From: Stefan C. <sch...@sk...> - 2006-07-28 19:17:36
|
I cut some pieces of the previous mail... >> If you put DTDDoc in the public repository on ibiblio, release a =20 >> Maven >> 2 plugin and announce it on the Maven user list, you're likely to =20 >> pick >> up at least a couple of new users. ;) >> >> Thanks! > > ok, ok, I'll work again on it :) Hey hey hey, open source is a drug :) I'll make the logging part. Let me insist again : if we want DTDDoc to be used in a project such =20 as struts, I will make sure the quality is "built in". > > I opened JIRA MAVENUPLOAD-1011 and MAVENUPLOAD-1012 to have DTDDoc =20 > itself on > ibiblio I'll look at that. > > then I published a snapshot dtddoc-maven-plugin on > http://dtddoc.sourceforge.net/maven2/, with its dependencies. I'll look at this during the week-end most probably. > > If your can try it and give me your impressions, that would help me. > To be able to use the temporary dtddoc repository , you'll need to =20 > add it in > your setting.xml : This is beyond me for the moment. I'll check with some friends down =20 here to understand that ! stF > <profiles> > <profile> > <activation><activeByDefault>true</activeByDefault></activation> > <repositories> > <repository> > <id>dtddoc</id> > <url>http://dtddoc.sf.net/maven2</url> > </repository> > </repositories> > <pluginRepositories> > <pluginRepository> > <id>dtddoc</id> > <url>http://dtddoc.sf.net/maven2</url> > </pluginRepository> > </pluginRepositories> > </profile> > </profiles> > > regards > > Herv=E9 |