[jira] Updated: (MPJAR-32) Add the ability to include the source code in the jar

2004-07-10 Thread jira
The following issue has been updated:

Updater: dion gillard (mailto:[EMAIL PROTECTED])
   Date: Sun, 11 Jul 2004 2:51 AM
Comment:
patch #4. In this patch, the tests are split into separate goals and there's now a 
test for a custom source path in the jar
Changes:
 Attachment changed to jar-source4.txt
-
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MPJAR-32?page=history

-
View the issue:
  http://jira.codehaus.org/browse/MPJAR-32

Here is an overview of the issue:
-
Key: MPJAR-32
Summary: Add the ability to include the source code in the jar
   Type: New Feature

 Status: Open
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

Project: maven-jar-plugin

   Assignee: Jason van Zyl
   Reporter: dion gillard

Created: Sat, 10 Jul 2004 5:57 AM
Updated: Sun, 11 Jul 2004 2:51 AM

Description:
Often projects ship jars that include the source code, for convenience, or use in an 
IDE.

This patch adds:
- a plugin property, maven.jar.include.source, defaulted to false, that is used to 
decide whether source is included in the jar
- a plugin property, maven.jar.source.path, defaulted to 'src', which is the location 
of the source in the jar
- a goal to copy source into the maven.build.dest directory before jar'ing.


-
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MPJAR-32) Add the ability to include the source code in the jar

2004-07-10 Thread jira
The following issue has been updated:

Updater: dion gillard (mailto:[EMAIL PROTECTED])
   Date: Sun, 11 Jul 2004 2:39 AM
Comment:
Previous patch (2) was created using bad CVS directory.

This patch includes the additional function and test cases
Changes:
 Attachment changed to jar-source3.txt
-
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MPJAR-32?page=history

-
View the issue:
  http://jira.codehaus.org/browse/MPJAR-32

Here is an overview of the issue:
-
Key: MPJAR-32
Summary: Add the ability to include the source code in the jar
   Type: New Feature

 Status: Open
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

Project: maven-jar-plugin

   Assignee: Jason van Zyl
   Reporter: dion gillard

Created: Sat, 10 Jul 2004 5:57 AM
Updated: Sun, 11 Jul 2004 2:39 AM

Description:
Often projects ship jars that include the source code, for convenience, or use in an 
IDE.

This patch adds:
- a plugin property, maven.jar.include.source, defaulted to false, that is used to 
decide whether source is included in the jar
- a plugin property, maven.jar.source.path, defaulted to 'src', which is the location 
of the source in the jar
- a goal to copy source into the maven.build.dest directory before jar'ing.


-
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MPJAR-32) Add the ability to include the source code in the jar

2004-07-10 Thread jira
The following issue has been updated:

Updater: dion gillard (mailto:[EMAIL PROTECTED])
   Date: Sun, 11 Jul 2004 2:30 AM
Comment:
Patch including basic test cases.
Changes:
 Attachment changed to jar-source2.txt
-
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MPJAR-32?page=history

-
View the issue:
  http://jira.codehaus.org/browse/MPJAR-32

Here is an overview of the issue:
-
Key: MPJAR-32
Summary: Add the ability to include the source code in the jar
   Type: New Feature

 Status: Open
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

Project: maven-jar-plugin

   Assignee: Jason van Zyl
   Reporter: dion gillard

Created: Sat, 10 Jul 2004 5:57 AM
Updated: Sun, 11 Jul 2004 2:30 AM

Description:
Often projects ship jars that include the source code, for convenience, or use in an 
IDE.

This patch adds:
- a plugin property, maven.jar.include.source, defaulted to false, that is used to 
decide whether source is included in the jar
- a plugin property, maven.jar.source.path, defaulted to 'src', which is the location 
of the source in the jar
- a goal to copy source into the maven.build.dest directory before jar'ing.


-
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MPJAR-32) Add the ability to include the source code in the jar

2004-07-10 Thread jira
The following issue has been updated:

Updater: dion gillard (mailto:[EMAIL PROTECTED])
   Date: Sat, 10 Jul 2004 5:58 AM
Comment:
Patch to allow creation of source jars
Changes:
 Attachment changed to jar-source.txt
-
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MPJAR-32?page=history

-
View the issue:
  http://jira.codehaus.org/browse/MPJAR-32

Here is an overview of the issue:
-
Key: MPJAR-32
Summary: Add the ability to include the source code in the jar
   Type: New Feature

 Status: Open
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

Project: maven-jar-plugin

   Assignee: Jason van Zyl
   Reporter: dion gillard

Created: Sat, 10 Jul 2004 5:57 AM
Updated: Sat, 10 Jul 2004 5:58 AM

Description:
Often projects ship jars that include the source code, for convenience, or use in an 
IDE.

This patch adds:
- a plugin property, maven.jar.include.source, defaulted to false, that is used to 
decide whether source is included in the jar
- a plugin property, maven.jar.source.path, defaulted to 'src', which is the location 
of the source in the jar
- a goal to copy source into the maven.build.dest directory before jar'ing.


-
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]