[ http://jira.codehaus.org/browse/MOJO-374?page=comments#action_65165 ]
Anders Kr. Andersen commented on MOJO-374: ------------------------------------------ "Dependencies" - Related to the pom added 10. may 2006 Hi again Ankostis, (I am biting my questions/problems up in comments one-by-one what hopefully turns up clearifying) I am now building the plugin with the command mvn clean install And maven wants me to add some artifacts. The missing artifacts can be expressed in the three statements.... mvn install:install-file -DgroupId=sax -DartifactId=sax -Dversion=2.3.0 -Dpackaging=jar -Dfile=/path/to/file mvn install:install-file -DgroupId=org.w3c -DartifactId=dom -Dversion=2.3.0 -Dpackaging=jar -Dfile=/path/to/file mvn install:install-file -DgroupId=xerces -DartifactId=xercesImpl -Dversion=2.6.3 -Dpackaging=jar -Dfile=/path/to/file What I will do now is simply to shop around trying to find the jars and then execute the shell script. Again I am not 100 m champignon in M2. Is there a repository reference-setting you all are using here ? Actually no big deal .. I will find em the hard way, but then I will also be missing the pom's ... and these I make the hard way also. (I will be back with the real answer to your questions later....) /Anders > JAXB1 maven plugin (using sun's lib) > ------------------------------------ > > Key: MOJO-374 > URL: http://jira.codehaus.org/browse/MOJO-374 > Project: Mojo > Type: New Feature > Components: Plugin Submission > Reporter: Anagnostopoulos Kostis > Priority: Minor > Attachments: jaxb1-maven-plugin.tgz, pom.xml, pom.xml > > > Dear housmates, > this is the JAXB1 plugin for maven2 using sun's implementation libs for JAXB > API. > It's dependency libs are not uploaded to ibiblio yet but the poms exists that > refer to sun for download > due to licencing problems. > That was before JAXB became an open-source project at > https://jaxb.dev.java.net/. > Now, all libs are CDDL or ASF licenced, so it is possible to upload them > directly to ibiblio. > The problem is under which groupId to upload them? > I include the next matrix of all the JAXB1 libs as an aid to the discussion > we had > at the codehaus mailling lists concerning the placement of the dependency > libs in ibiblio.org. > I also hope that it would help anyone involved into uploading the actual libs > to ibiblio, > since i intend to spend my Easter vacations away from the PC. > h4.JAXB1 Reference Implementation Libs > ||jaxb lib || current or suggested groupId || included packages || > notes | > |dom.jar | - | org.w3c | not a plugin dependency | > |jaxb-api-doc.zip | javax.xml | javax.xml | not a plugin dependency | > |jaxb-api-doc.zip | javax.xml | javax.xml | not a plugin dependency | > |jaxb-api.jar | javax.xml | javax.xml | | > |jaxb-api-src.zip | javax.xml | javax.xml | not a plugin dependency | > |jaxb-impl.jar | javax.xml | com.sun.xml | | > |jaxb-libs.jar | javax.xml | com.sun.msv, jp.gr.relax, org.iso_relax| | > |jaxb-xjc.jar | javax.xml | com.sun.tools, com.sun.xml, org.apache | | > |jaxp-api.jar | javax.xml | javax.xml | *runtime* dependency, among > others usefull for JDK 1.4 clients using the XMLGregorianCalendar class > (included in JDK1.5 by default) | > |jax-qname.jar | javax.xml | javax.xml | *runtime* dependency > (included in JDK1.5 by default) | > |namespace.jar | javax.xml | javax.xml | *runtime* dependency > (included in JDK1.5 by default) | > |relaxngDatatype.jar | javax.xml | org.relaxng.datatype | *runtime* > dependency | > |sax.jar | - | org.xml.sax | not a plugin dependency | > |xalan.jar | - | ... | not a plugin dependency | > |xercesImpl.jar | - | ... | not a plugin dependency | > |xsdlib.jar | javax.xml | com.sun.msv, com.sun.xml.util | *runtime* > dependency | > Of course the matrix would be more complete if it included the exact licence > of each lib, > but i think this is easy to figure out... > ankostis -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
