[ 
http://jira.codehaus.org/browse/MXMLBEANS-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_103049
 ] 

David Jencks commented on MXMLBEANS-21:
---------------------------------------

If I build the jar test subproject so that jar gets in my local maven repo, the 
test subproject finds the jar and passes.  If I clean all xmlbeans-maven-plugin 
artifacts out of my local repo, running the tests does not install it and the 
test subproject can't find the jar and the test build fails.  The build log has 
stuff like this:

Caused by: 
org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing:
----------
1) org.codehaus.mojo:xmlbeans-mxmlbeans-21-jar:jar:1.0

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.codehaus.mojo 
-DartifactId=xmlbeans-mxmlbeans-21-jar \
          -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency: 
        1) org.codehaus.mojo:xmlbeans-mxmlbeans-21-test:jar:1.0
        2) org.codehaus.mojo:xmlbeans-mxmlbeans-21-jar:jar:1.0

----------
1 required artifact is missing.

for artifact: 
  org.codehaus.mojo:xmlbeans-mxmlbeans-21-test:jar:1.0

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)

> Allow combining sourceSchemas and xsdJars properties
> ----------------------------------------------------
>
>                 Key: MXMLBEANS-21
>                 URL: http://jira.codehaus.org/browse/MXMLBEANS-21
>             Project: Maven 2.x Xmlbeans Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.0, 2.0.1, 2.1.0, 2.1.1
>         Environment: Java 1.5, maven 2.0.4
>            Reporter: Niels Ull Harremoes
>            Assignee: Corridor Software Developer
>             Fix For: 2.0.1
>
>
> We are getting schemas from a jar in the maven repository. However, this .jar 
> contains ~1200 schema files, only a few of which are relevant to us.
> We would therefore like to give a list of schema files to process, just like 
> we can do if the schema files are in the file system.
> Of course, schema files imported from the processed schemas should also be 
> processed.

-- 
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

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to