You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Thomas Diesler (JIRA)" <ji...@codehaus.org> on 2008/04/22 18:20:55 UTC

[jira] Created: (MASSEMBLY-316) useProjectArtifact is documented but not in schema

useProjectArtifact is documented but not in schema
--------------------------------------------------

                 Key: MASSEMBLY-316
                 URL: http://jira.codehaus.org/browse/MASSEMBLY-316
             Project: Maven 2.x Assembly Plugin
          Issue Type: Bug
            Reporter: Thomas Diesler


I like to include a module's dependencies, but not the projectArtifact itself. This functionality seem to be provided by 'useProjectArtifact'

http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html

which is not defined in http://maven.apache.org/xsd/assembly-1.1.0-SNAPSHOT.xsd

and does not seem to work anymore. 

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

        

[jira] Commented: (MASSEMBLY-316) useProjectArtifact is documented but not in schema

Posted by "Thomas Diesler (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MASSEMBLY-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=131739#action_131739 ] 

Thomas Diesler commented on MASSEMBLY-316:
------------------------------------------

[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-2:directory' -->
[DEBUG]   (s) appendAssemblyId = false
[DEBUG]   (f) attach = true
[DEBUG]   (s) basedir = /home/tdiesler/svn/jbossws/stack/cxf/branches/tdiesler/trunk
[DEBUG]   (s) descriptors = [Ljava.lang.String;@10e8647
[DEBUG]   (f) dryRun = false
[DEBUG]   (f) executedProject = MavenProject: org.jboss.ws:jbossws-cxf:3.0.2-SNAPSHOT @ /home/tdiesler/svn/jbossws/stack/cxf/branches/tdiesler/trunk/pom.xml
[DEBUG]   (s) finalName = deploy-structure-jboss422
[DEBUG]   (f) ignoreDirFormatExtensions = true
[DEBUG]   (s) ignoreMissingDescriptor = false
[DEBUG]   (s) includeSite = false
[DEBUG]   (s) localRepository = [local] -> file:///home/tdiesler/.m2/repository
[DEBUG]   (s) outputDirectory = /home/tdiesler/svn/jbossws/stack/cxf/branches/tdiesler/trunk/target
[DEBUG]   (s) reactorProjects = [MavenProject: org.jboss.ws:jbossws-cxf:3.0.2-SNAPSHOT @ /home/tdiesler/svn/jbossws/stack/cxf/branches/tdiesler/trunk/pom.xml, MavenProject: org.jboss.ws:jbossws-cxf-client:3.0.2-SNAPSHOT @ /home/tdiesler/svn/jbossws/stack/cxf/branches/tdiesler/trunk/modules/client/pom.xml]
[DEBUG]   (f) remoteRepositories = [[snapshots.jboss.org] -> http://snapshots.jboss.org/maven2, [repository.jboss.org] -> http://repository.jboss.org/maven2, [apache.incubating.repository] -> http://people.apache.org/repo/m2-incubating-repository, [java.net] -> http://download.java.net/maven/1/, [central] -> http://repo1.maven.org/maven2]
[DEBUG]   (s) siteDirectory = /home/tdiesler/svn/jbossws/stack/cxf/branches/tdiesler/trunk/target/site
[DEBUG]   (f) skipAssembly = false
[DEBUG]   (s) tarLongFileMode = warn
[DEBUG]   (s) tempRoot = /home/tdiesler/svn/jbossws/stack/cxf/branches/tdiesler/trunk/target/archive-tmp
[DEBUG]   (s) workDirectory = /home/tdiesler/svn/jbossws/stack/cxf/branches/tdiesler/trunk/target/assembly/work

> useProjectArtifact is documented but not in schema
> --------------------------------------------------
>
>                 Key: MASSEMBLY-316
>                 URL: http://jira.codehaus.org/browse/MASSEMBLY-316
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Bug
>            Reporter: Thomas Diesler
>
> I like to include a module's dependencies, but not the projectArtifact itself. This functionality seem to be provided by 'useProjectArtifact'
> http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html
> which is not defined in http://maven.apache.org/xsd/assembly-1.1.0-SNAPSHOT.xsd
> and does not seem to work anymore. 

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

        

[jira] Closed: (MASSEMBLY-316) useProjectArtifact is documented but not in schema

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MASSEMBLY-316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Casey closed MASSEMBLY-316.
--------------------------------

    Resolution: Cannot Reproduce
      Assignee: John Casey

released versions of the 1.1.0 and above XSD do include the useProjectArtifact field.

> useProjectArtifact is documented but not in schema
> --------------------------------------------------
>
>                 Key: MASSEMBLY-316
>                 URL: http://jira.codehaus.org/browse/MASSEMBLY-316
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Bug
>            Reporter: Thomas Diesler
>            Assignee: John Casey
>
> I like to include a module's dependencies, but not the projectArtifact itself. This functionality seem to be provided by 'useProjectArtifact'
> http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html
> which is not defined in http://maven.apache.org/xsd/assembly-1.1.0-SNAPSHOT.xsd
> and does not seem to work anymore. 

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

        

[jira] Commented: (MASSEMBLY-316) useProjectArtifact is documented but not in schema

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MASSEMBLY-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=146874#action_146874 ] 

John Casey commented on MASSEMBLY-316:
--------------------------------------

I'm confused; you seem to be expecting useProjectArtifact to be configurable from within the POM, when it's an option on a dependencySet within the assembly descriptor and/or component descriptor file.

Can you providing a test project that displays the problem you're having, so we can reproduce it?

> useProjectArtifact is documented but not in schema
> --------------------------------------------------
>
>                 Key: MASSEMBLY-316
>                 URL: http://jira.codehaus.org/browse/MASSEMBLY-316
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Bug
>            Reporter: Thomas Diesler
>
> I like to include a module's dependencies, but not the projectArtifact itself. This functionality seem to be provided by 'useProjectArtifact'
> http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html
> which is not defined in http://maven.apache.org/xsd/assembly-1.1.0-SNAPSHOT.xsd
> and does not seem to work anymore. 

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