You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Guillaume Boissier (JIRA)" <ji...@codehaus.org> on 2006/03/22 11:42:11 UTC

[jira] Created: (MNG-2168) Manifest dependency includes any scope

Manifest dependency includes any scope
--------------------------------------

         Key: MNG-2168
         URL: http://jira.codehaus.org/browse/MNG-2168
     Project: Maven 2
        Type: Bug

  Components: maven-archiver  
 Environment: any
    Reporter: Guillaume Boissier


There is no way to specify what classpath dependency need to be taken into account
I just need the runtime dependency not the compilation on.
<build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
        <configuration>
          <archive>
            <manifest>
		    <addClasspath>true</addClasspath>
	      <addExtensions>true</addExtensions>
            </manifest>
          </archive>
        </configuration>
      </plugin>
    </plugins>
  </build>

-- 
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] Moved: (MSHARED-37) Manifest dependency includes any scope

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSHARED-37?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter moved MNG-2168 to MSHARED-37:
------------------------------------------

    Component/s:     (was: maven-archiver)
                 maven-archiver
            Key: MSHARED-37  (was: MNG-2168)
        Project: Maven Shared Components  (was: Maven 2)

> Manifest dependency includes any scope
> --------------------------------------
>
>                 Key: MSHARED-37
>                 URL: http://jira.codehaus.org/browse/MSHARED-37
>             Project: Maven Shared Components
>          Issue Type: Bug
>          Components: maven-archiver
>         Environment: any
>            Reporter: Guillaume Boissier
>
> There is no way to specify what classpath dependency need to be taken into account
> I just need the runtime dependency not the compilation on.
> <build>
>     <plugins>
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-jar-plugin</artifactId>
>         <configuration>
>           <archive>
>             <manifest>
> 		    <addClasspath>true</addClasspath>
> 	      <addExtensions>true</addExtensions>
>             </manifest>
>           </archive>
>         </configuration>
>       </plugin>
>     </plugins>
>   </build>

-- 
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: (MNG-2168) Manifest dependency includes any scope

Posted by "Guillaume Boissier (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-2168?page=comments#action_61784 ] 

Guillaume Boissier commented on MNG-2168:
-----------------------------------------

ok after investigation I realize that compile scope means compile and runtime ...
so there is no way to say taht some elements are not needed during runtime ...
but I gess this is then not related to this any more ...
sorry

> Manifest dependency includes any scope
> --------------------------------------
>
>          Key: MNG-2168
>          URL: http://jira.codehaus.org/browse/MNG-2168
>      Project: Maven 2
>         Type: Bug

>   Components: maven-archiver
>  Environment: any
>     Reporter: Guillaume Boissier

>
>
> There is no way to specify what classpath dependency need to be taken into account
> I just need the runtime dependency not the compilation on.
> <build>
>     <plugins>
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-jar-plugin</artifactId>
>         <configuration>
>           <archive>
>             <manifest>
> 		    <addClasspath>true</addClasspath>
> 	      <addExtensions>true</addExtensions>
>             </manifest>
>           </archive>
>         </configuration>
>       </plugin>
>     </plugins>
>   </build>

-- 
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: (MNG-2168) Manifest dependency includes any scope

Posted by "Guillaume Boissier (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-2168?page=all ]
     
Guillaume Boissier closed MNG-2168:
-----------------------------------

    Resolution: Incomplete

> Manifest dependency includes any scope
> --------------------------------------
>
>          Key: MNG-2168
>          URL: http://jira.codehaus.org/browse/MNG-2168
>      Project: Maven 2
>         Type: Bug

>   Components: maven-archiver
>  Environment: any
>     Reporter: Guillaume Boissier

>
>
> There is no way to specify what classpath dependency need to be taken into account
> I just need the runtime dependency not the compilation on.
> <build>
>     <plugins>
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-jar-plugin</artifactId>
>         <configuration>
>           <archive>
>             <manifest>
> 		    <addClasspath>true</addClasspath>
> 	      <addExtensions>true</addExtensions>
>             </manifest>
>           </archive>
>         </configuration>
>       </plugin>
>     </plugins>
>   </build>

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