[jira] [Commented] (MSOURCES-46) Manifest generation doesn;t work

2025-06-10 Thread Jira


[ 
https://issues.apache.org/jira/browse/MSOURCES-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17959414#comment-17959414
 ] 

Matthias Bünger commented on MSOURCES-46:
-

This project has moved from Jira to GitHub Issues. This issue was migrated to 
[apache/maven-source-plugin#135|https://github.com/apache/maven-source-plugin/issues/135].
 

> Manifest generation doesn;t work
> 
>
> Key: MSOURCES-46
> URL: https://issues.apache.org/jira/browse/MSOURCES-46
> Project: Maven Source Plugin (Moved to GitHub Issues)
>  Issue Type: Bug
>Affects Versions: 2.1
> Environment: Maven 2.1, cuurent plugin
>Reporter: Krashan Brahmanjara
>Assignee: Dennis Lundberg
>Priority: Major
>
> On source:jat manifest.mf contain only that
>Manifest-Version: 1.0
>Archiver-Version: Plexus Archiver
>   Created-By: 11.3-b02 (Sun Microsystems Inc.)
> My plugin is configured to get full information and put it in jar. The same 
> configuration works weel for javadoc-plugin, jar-plugin, ejb-plugin.
> {code:xml}
> 
> org.apache.maven.plugins
> maven-source-plugin
> 
>   UTF-8
>   UTF-8
>   true
>   
> 
>   
> true
>   
> false
> 
> 
>   
> ${env.COMPUTERNAME}
>   ${env.COMPUTERNAME}
>   
> ${compile.source}
>   
> ${compile.target}
>   
> ${java.class.version}
>   ${os.name}/${os.version}/${os.arch}
>   ${project.description}
> 
> ${basedir}\.revision
>   
> 
> 
>   
> attach-sourcedocs
> verify
> 
>   jar
> 
>   
> 
>   
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] Commented: (MSOURCES-46) Manifest generation doesn;t work

2009-06-04 Thread Krashan Brahmanjara (JIRA)

[ 
http://jira.codehaus.org/browse/MSOURCES-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=179263#action_179263
 ] 

Krashan Brahmanjara commented on MSOURCES-46:
-

OK. There was probably some issues with Maven (2.1) main configuration, latest 
version of this plugin was not automatically uploaded..

I complete above maven-source-plugin configuration with
  LATEST

and wersion 2.1 was downloaded.

Problem is closed.


> Manifest generation doesn;t work
> 
>
> Key: MSOURCES-46
> URL: http://jira.codehaus.org/browse/MSOURCES-46
> Project: Maven 2.x Source Plugin
>  Issue Type: Bug
>Affects Versions: 2.1
> Environment: Maven 2.1, cuurent plugin
>Reporter: Krashan Brahmanjara
>
> On source:jat manifest.mf contain only that
>Manifest-Version: 1.0
>Archiver-Version: Plexus Archiver
>   Created-By: 11.3-b02 (Sun Microsystems Inc.)
> My plugin is configured to get full information and put it in jar. The same 
> configuration works weel for javadoc-plugin, jar-plugin, ejb-plugin.
> {code:xml}
> 
> org.apache.maven.plugins
> maven-source-plugin
> 
>   UTF-8
>   UTF-8
>   true
>   
> 
>   
> true
>   
> false
> 
> 
>   
> ${env.COMPUTERNAME}
>   ${env.COMPUTERNAME}
>   
> ${compile.source}
>   
> ${compile.target}
>   
> ${java.class.version}
>   ${os.name}/${os.version}/${os.arch}
>   ${project.description}
> 
> ${basedir}\.revision
>   
> 
> 
>   
> attach-sourcedocs
> verify
> 
>   jar
> 
>   
> 
>   
> {code}

-- 
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: (MSOURCES-46) Manifest generation doesn;t work

2009-06-03 Thread Dennis Lundberg (JIRA)

[ 
http://jira.codehaus.org/browse/MSOURCES-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=179214#action_179214
 ] 

Dennis Lundberg commented on MSOURCES-46:
-

Are you sure that you are running version 2.1 of the Source Plugin? Your POM 
doesn't have a  element for it. I suggest you add

{code:xml}
2.1
{code}

to your POM and try again.

Your example above works for me if i remove the  line. I don't 
have that file...

> Manifest generation doesn;t work
> 
>
> Key: MSOURCES-46
> URL: http://jira.codehaus.org/browse/MSOURCES-46
> Project: Maven 2.x Source Plugin
>  Issue Type: Bug
>Affects Versions: 2.1
> Environment: Maven 2.1, cuurent plugin
>Reporter: Krashan Brahmanjara
>
> On source:jat manifest.mf contain only that
>Manifest-Version: 1.0
>Archiver-Version: Plexus Archiver
>   Created-By: 11.3-b02 (Sun Microsystems Inc.)
> My plugin is configured to get full information and put it in jar. The same 
> configuration works weel for javadoc-plugin, jar-plugin, ejb-plugin.
> {code:xml}
> 
> org.apache.maven.plugins
> maven-source-plugin
> 
>   UTF-8
>   UTF-8
>   true
>   
> 
>   
> true
>   
> false
> 
> 
>   
> ${env.COMPUTERNAME}
>   ${env.COMPUTERNAME}
>   
> ${compile.source}
>   
> ${compile.target}
>   
> ${java.class.version}
>   ${os.name}/${os.version}/${os.arch}
>   ${project.description}
> 
> ${basedir}\.revision
>   
> 
> 
>   
> attach-sourcedocs
> verify
> 
>   jar
> 
>   
> 
>   
> {code}

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