[mojo-dev] [jira] (CBUILDS-64) cbuild-rpm-maven-plugin NPE's with rpm 4.6

2015-01-08 Thread Lee Thompson (JIRA)
Title: Message Title Lee Thompson commented on an issue

Re: [mojo-dev] [VOTE] Migrate mojo from subversion to git

2013-07-23 Thread Lee Thompson
Think you have it backwards. Didn't you reverse git and maven in this statement? On Jul 23, 2013, at 9:45 AM, Fred Cooke fred.co...@gmail.com wrote: Git doesn't work well at all. You can't set env vars and have them be respected, it does expensive operations unnecessarily, you're unable to

[mojo-dev] [jira] Closed: (CBUILDS-58) RPM dependencies broke with move to maven 3.0

2011-09-14 Thread Lee Thompson (JIRA)
[ https://jira.codehaus.org/browse/CBUILDS-58?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson closed CBUILDS-58. --- Resolution: Fixed Assignee: Lee Thompson RPM dependencies broke with move to maven 3.0

[mojo-dev] [jira] Assigned: (CBUILDS-56) automvn packaging needs to be rewritten

2011-09-14 Thread Lee Thompson (JIRA)
[ https://jira.codehaus.org/browse/CBUILDS-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson reassigned CBUILDS-56: --- Assignee: Lee Thompson automvn packaging needs to be rewritten

[mojo-dev] [jira] Updated: (CBUILDS-56) automvn packaging needs to be rewritten

2011-09-14 Thread Lee Thompson (JIRA)
[ https://jira.codehaus.org/browse/CBUILDS-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson updated CBUILDS-56: Affects Version/s: 1.0-beta-2 Fix Version/s: (was: 1.0-beta-2) 1.0

[mojo-dev] [jira] Updated: (CBUILDS-59) move make-install from test to prepare-package phase

2011-09-14 Thread Lee Thompson (JIRA)
[ https://jira.codehaus.org/browse/CBUILDS-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson updated CBUILDS-59: Affects Version/s: 1.0-beta-2 Fix Version/s: (was: 1.0-beta-2) 1.0

Re: [mojo-dev] moving Mojo from svn to git (was: preparing 2.3.0 release - github )

2011-06-20 Thread Lee Thompson
The mojo project will hit the sparse checkout issue with the release plugin http://jira.codehaus.org/browse/MRELEASE-457 I'm not a fan of the fix that is checked in for MRELEASE-457.  Would rather see a subdirectory injected from the pom. Also, would prefer github over a codehaus repo as it is

[mojo-dev] [jira] Created: (CBUILDS-60) Exec permission not set on temp script file

2011-06-06 Thread Lee Thompson (JIRA)
Environment: Mac OSX Reporter: Lee Thompson Priority: Blocker Latest JDK on Mac fails to run the shell-maven-plugin temporary scipt file since execute priviledge is not set... -- This message is automatically generated by JIRA. - If you think it was sent incorrectly

[mojo-dev] [jira] Assigned: (CBUILDS-60) Exec permission not set on temp script file

2011-06-06 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson reassigned CBUILDS-60: --- Assignee: Lee Thompson Exec permission not set on temp script file

[mojo-dev] [jira] Closed: (CBUILDS-60) Exec permission not set on temp script file

2011-06-06 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson closed CBUILDS-60. --- Resolution: Fixed Fix Version/s: 1.0-beta-2 code committed, snapshot deployed Exec permission

[mojo-dev] [jira] Commented: (MOJO-1364) truezip does not copy symbolic links from tarballs

2011-02-04 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/MOJO-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=254705#action_254705 ] Lee Thompson commented on MOJO-1364: truezip will support symbolic links in version 7.1 which

[mojo-dev] [jira] Closed: (MCOBERTURA-117) Support excludes in cobertura:cobertura goal

2011-01-29 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/MCOBERTURA-117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson closed MCOBERTURA-117. --- Resolution: Duplicate Fix Version/s: 2.5 Duplicate issue Support excludes

Re: [mojo-dev] Mojo Developer Cookbook and v3.0

2011-01-16 Thread Lee Thompson
On Sun, January 16, 2011 4:43:18 PM Brett wrote I'll take that up with the maven list, but that's surprising given the first two paragraphs here: http://mail-archives.apache.org/mod_mbox/maven-dev/201008.mbox/ As far as I know there are no guarantees about whether the Aether API will remain

[mojo-dev] [jira] Created: (CBUILDS-59) move make-install from test to prepare-package phase

2011-01-15 Thread Lee Thompson (JIRA)
: Automake/Autoconfig Orchestration Affects Versions: 1.0-beta-1, 1.0-alpha-6, 1.0-alpha-5 Environment: all Reporter: Lee Thompson Priority: Minor Fix For: 1.0-beta-2 Maven 3.0 has a prepare-package phase. Move the automake make-install from the test

Re: [mojo-dev] new plugin proposal : maven cxx plugin

2011-01-15 Thread Lee Thompson
Some of this overlaps existing work http://mojo.codehaus.org/cbuild-parent/cbuild-plugin-parent/make-maven-plugin/plugin-info.html http://mojo.codehaus.org/cbuild-parent/cbuild-plugin-parent/shell-maven-plugin/plugin-info.html Not against or for it, so +0

Re: [mojo-dev] Mojo Developer Cookbook and v3.0

2011-01-15 Thread Lee Thompson
Sonatype writeup on Maven 3.x APIs showed up http://www.sonatype.com/people/2011/01/how-to-use-aether-in-maven-plugins/ From: Lee Thompson bm...@yahoo.com To: dev@mojo.codehaus.org Sent: Wed, January 5, 2011 5:30:27 PM Subject: Re: [mojo-dev] Mojo Developer

[mojo-dev] [jira] Commented: (CBUILDS-58) RPM dependencies broke with move to maven 3.0

2011-01-10 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-58?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=250980#action_250980 ] Lee Thompson commented on CBUILDS-58: - code checked in, think its fixed now RPM dependencies

[mojo-dev] [jira] Closed: (CBUILDS-57) file name string handling in RPM plugin needs refactoring

2011-01-09 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson closed CBUILDS-57. --- Resolution: Fixed SNAPSHOT deployed file name string handling in RPM plugin needs refactoring

[mojo-dev] [jira] Updated: (CBUILDS-57) file name string handling in RPM plugin needs refactoring

2011-01-09 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson updated CBUILDS-57: Fix Version/s: 1.0-beta-2 file name string handling in RPM plugin needs refactoring

[mojo-dev] [jira] Updated: (CBUILDS-52) make:compile ignores derived configuration parameters

2011-01-09 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-52?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson updated CBUILDS-52: Fix Version/s: 1.0-beta-2 make:compile ignores derived configuration parameters

[mojo-dev] [jira] Assigned: (CBUILDS-57) file name string handling in RPM plugin needs refactoring

2011-01-09 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson reassigned CBUILDS-57: --- Assignee: Lee Thompson file name string handling in RPM plugin needs refactoring

[mojo-dev] [jira] Assigned: (CBUILDS-46) license and description inherited

2011-01-09 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson reassigned CBUILDS-46: --- Assignee: Lee Thompson license and description inherited

[mojo-dev] [jira] Assigned: (CBUILDS-38) Depricate release parameter requiring RPM compatible versioning

2011-01-09 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson reassigned CBUILDS-38: --- Assignee: Lee Thompson Depricate release parameter requiring RPM compatible versioning

[mojo-dev] [jira] Assigned: (CBUILDS-48) deprecate BuildAdvisor cookie sessioning mechanism favoring dynamic properties and dependency injection

2011-01-09 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-48?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson reassigned CBUILDS-48: --- Assignee: Lee Thompson deprecate BuildAdvisor cookie sessioning mechanism favoring dynamic

[mojo-dev] [jira] Assigned: (CBUILDS-41) Plugin source code links all wrong on the project web site

2011-01-09 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson reassigned CBUILDS-41: --- Assignee: Lee Thompson Plugin source code links all wrong on the project web site

[mojo-dev] [jira] Assigned: (CBUILDS-44) Deprecate platform-detective-maven-plugin

2011-01-09 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson reassigned CBUILDS-44: --- Assignee: Lee Thompson Deprecate platform-detective-maven-plugin

[mojo-dev] [jira] Updated: (CBUILDS-56) automvn packaging needs to be rewritten

2011-01-09 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson updated CBUILDS-56: Fix Version/s: 1.0-beta-2 automvn packaging needs to be rewritten

[mojo-dev] [jira] Updated: (CBUILDS-58) RPM dependencies broke with move to maven 3.0

2011-01-09 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-58?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson updated CBUILDS-58: Fix Version/s: 1.0-beta-2 RPM dependencies broke with move to maven 3.0

[mojo-dev] [jira] Created: (MOJO-1615) xircles.username expansion documented for deploy doesn't work on maven 3.0.1

2011-01-08 Thread Lee Thompson (JIRA)
: Bug Components: _Mojo Site Environment: maven 3.0.1 Reporter: Lee Thompson xircles.username expansion documented here http://mojo.codehaus.org/development/performing-a-release.html#Preparing_your_environment doesn't work with maven 3.0.1. The behavior is maven

[mojo-dev] [jira] Commented: (MOJO-1615) xircles.username expansion documented for deploy doesn't work on maven 3.0.1

2011-01-08 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/MOJO-1615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=250881#action_250881 ] Lee Thompson commented on MOJO-1615: {noformat} [INFO] --- maven-deploy-plugin:2.5:deploy (default

[mojo-dev] [jira] Closed: (CBUILDS-54) RPM plugin fails on RHEL6

2011-01-08 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-54?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson closed CBUILDS-54. --- Resolution: Fixed SNAPSHOT deployed RPM plugin fails on RHEL6

[mojo-dev] [jira] Closed: (CBUILDS-52) make:compile ignores derived configuration parameters

2011-01-08 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-52?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson closed CBUILDS-52. --- Resolution: Fixed SNAPSHOT deployed make:compile ignores derived configuration parameters

[mojo-dev] [jira] Closed: (CBUILDS-51) Maven 3.0 alpha is out, won't build with it

2011-01-08 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-51?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson closed CBUILDS-51. --- Resolution: Fixed SNAPSHOT deployed Maven 3.0 alpha is out, won't build

[mojo-dev] [jira] Closed: (CBUILDS-55) SPEC file should take into account rpmName, rpmGroupName, and rpmPackagerName configuration

2011-01-08 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-55?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson closed CBUILDS-55. --- Resolution: Fixed SNAPSHOT deployed SPEC file should take into account rpmName, rpmGroupName

Re: [mojo-dev] Mojo Developer Cookbook and v3.0

2011-01-05 Thread Lee Thompson
On Tue, January 4, 2011 9:25:24 PM, Brett said: The currently supported APIs in Maven 3 are the same as in Maven 2, including the mojo annotations (which are not Plexus annotations). There's some talk about expanding the plugin API in future releases to enumerate a supported API for all

[mojo-dev] [jira] Commented: (CBUILDS-52) make:compile ignores derived configuration parameters

2011-01-03 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-52?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=250264#action_250264 ] Lee Thompson commented on CBUILDS-52: - Code is checked in, having trouble deploying a snapshot

[mojo-dev] [jira] Created: (CBUILDS-56) automvn packaging needs to be rewritten

2011-01-03 Thread Lee Thompson (JIRA)
, and Configuration Affects Versions: 1.0-beta-1 Reporter: Lee Thompson the automvn lifecycle needs to be rewritten, its pretty useless at the moment. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http

[mojo-dev] [jira] Created: (CBUILDS-57) file name string handling in RPM plugin needs refactoring

2011-01-03 Thread Lee Thompson (JIRA)
Components: RPM artifact management Affects Versions: 1.0-beta-1, 1.0-alpha-6, 1.0-alpha-5 Reporter: Lee Thompson Priority: Minor BuildRpmMojo.java GenerateSpecFileMojo.java and perhaps a few others have different implementations of the same code to generate the file

[mojo-dev] [jira] Updated: (CBUILDS-52) make:compile ignores derived configuration parameters

2011-01-03 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-52?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson updated CBUILDS-52: Issue Type: Bug (was: Sub-task) Parent: (was: CBUILDS-57) make:compile ignores derived

[mojo-dev] [jira] Updated: (CBUILDS-52) make:compile ignores derived configuration parameters

2011-01-03 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-52?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson updated CBUILDS-52: Issue Type: Sub-task (was: Bug) Parent: CBUILDS-57 make:compile ignores derived configuration

[mojo-dev] [jira] Updated: (CBUILDS-54) RPM plugin fails on RHEL6

2011-01-03 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-54?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson updated CBUILDS-54: Issue Type: Sub-task (was: Bug) Parent: CBUILDS-57 RPM plugin fails on RHEL6

[mojo-dev] [jira] Created: (CBUILDS-58) RPM dependencies broke with move to maven 3.0

2011-01-03 Thread Lee Thompson (JIRA)
Reporter: Lee Thompson Priority: Critical Put a dependency into an rpm package POM and you get a java null pointer exception -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure

Re: [mojo-dev] Mojo Developer Cookbook and v3.0

2011-01-03 Thread Lee Thompson
ArtifactFactory out, Aether in? Long live Aether? http://www.sonatype.com/people/2010/08/introducing-aether/ From: Lee Thompson bm...@yahoo.com To: dev@mojo.codehaus.org Sent: Thu, December 30, 2010 8:28:07 PM Subject: [mojo-dev] Mojo Developer Cookbook

Re: [mojo-dev] Mojo Developer Cookbook and v3.0

2011-01-03 Thread Lee Thompson
@mojo.codehaus.org Sent: Mon, January 3, 2011 12:31:04 PM Subject: Re: [mojo-dev] Mojo Developer Cookbook and v3.0 Using Aether directly will make your plugin require Maven 3.x. /Anders On Mon, Jan 3, 2011 at 19:18, Lee Thompson bm...@yahoo.com wrote: ArtifactFactory out, Aether in? Long live Aether

[mojo-dev] [jira] Commented: (CBUILDS-53) Makefile plugin doesn't work on Solaris 10

2011-01-02 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-53?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=250200#action_250200 ] Lee Thompson commented on CBUILDS-53: - I started working on these plugins over the holidays

[mojo-dev] [jira] Created: (CBUILDS-54) RPM plugin fails on RHEL6

2011-01-02 Thread Lee Thompson (JIRA)
: Redhat Enterprise Linux 6.0 Reporter: Lee Thompson Assignee: Lee Thompson Priority: Blocker [INFO] --- make-maven-plugin:1.0-beta-2-SNAPSHOT:make-install (default-make-install) @ baselayout --- [INFO] make[1]: Entering directory `/home/lee/workspace/pkgs/rpms/dev

[mojo-dev] [jira] Commented: (CBUILDS-54) RPM plugin fails on RHEL6

2011-01-02 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=250201#action_250201 ] Lee Thompson commented on CBUILDS-54: - Notice in the error an i686 RPM was created and the plugin

[mojo-dev] [jira] Updated: (CBUILDS-54) RPM plugin fails on RHEL6

2011-01-02 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-54?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson updated CBUILDS-54: Component/s: RPM artifact management RPM plugin fails on RHEL6

[mojo-dev] [jira] Updated: (CBUILDS-39) separate build dir from project source dir for autoconf projects

2011-01-02 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson updated CBUILDS-39: Component/s: Automake/Autoconfig Orchestration separate build dir from project source dir for autoconf

[mojo-dev] [jira] Created: (MOJO-1614) wagon-maven-plugin will uncompress compressed content on badly configured webservers

2011-01-02 Thread Lee Thompson (JIRA)
Issue Type: Bug Components: wagon Reporter: Lee Thompson This command will uncompress the tarball downloaded off the net (not what you expected) mvn -X wagon:download-single -Dwagon.fromFile=openssl-0.9.8k.tar.gz -Dwagon.url=http://www.openssl.org/source

[mojo-dev] [jira] Updated: (CBUILDS-54) RPM plugin fails on RHEL6

2011-01-02 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-54?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson updated CBUILDS-54: Fix Version/s: 1.0-beta-2 RPM plugin fails on RHEL6 - Key

[mojo-dev] [jira] Updated: (CBUILDS-37) Satisfy dependencies which are of package type rpm as attached artifacts

2011-01-02 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-37?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson updated CBUILDS-37: Fix Version/s: (was: 1.0-beta-2) 1.0-beta-4 Satisfy dependencies which

[mojo-dev] [jira] Updated: (CBUILDS-51) Maven 3.0 alpha is out, won't build with it

2011-01-02 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-51?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson updated CBUILDS-51: Fix Version/s: 1.0-beta-2 Maven 3.0 alpha is out, won't build

[mojo-dev] [jira] Closed: (CBUILDS-46) license and description inherited

2011-01-02 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson closed CBUILDS-46. --- Resolution: Fixed Fix Version/s: 1.0-beta-1 Checks in ValidateRpmMojo.java license

[mojo-dev] [jira] Updated: (CBUILDS-46) license and description inherited

2011-01-02 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson updated CBUILDS-46: Affects Version/s: (was: 1.0-beta-1) 1.0-alpha-5 1.0

[mojo-dev] [jira] Created: (CBUILDS-55) SPEC file should take into account rpmName, rpmGroupName, and rpmPackagerName configuration

2011-01-02 Thread Lee Thompson (JIRA)
Project: Mojo C Builds Issue Type: Improvement Components: RPM artifact management Affects Versions: 1.0-beta-1, 1.0-alpha-6, 1.0-alpha-5 Reporter: Lee Thompson Priority: Minor Fix For: 1.0-beta-2 rpmGroupName and rpmPackagerName would

[mojo-dev] [jira] Assigned: (CBUILDS-55) SPEC file should take into account rpmName, rpmGroupName, and rpmPackagerName configuration

2011-01-02 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-55?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson reassigned CBUILDS-55: --- Assignee: Lee Thompson SPEC file should take into account rpmName, rpmGroupName

[mojo-dev] [jira] Commented: (CBUILDS-51) Maven 3.0 alpha is out, won't build with it

2011-01-02 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=250208#action_250208 ] Lee Thompson commented on CBUILDS-51: - Code checked in compatible with maven 3.0.1 Maven 3.0

Re: [mojo-dev] What are cbuild-profile-activators plans?

2011-01-02 Thread Lee Thompson
I finally got around to updating CBUILDS to Maven 3.0, though profile activators is commented out. The code is checked in. Trying to get my login to work with the snapshot repo again. From: Roman roman.maill...@gmail.com To: dev@mojo.codehaus.org Sent:

[mojo-dev] Mojo Developer Cookbook and v3.0

2010-12-30 Thread Lee Thompson
So, a bunch of the API's used in the Mojo Developers Cookbook have been marked deprecated in maven 3.0. ArtifactFactory and ArtifactMetadataSource for instance. http://docs.codehaus.org/display/MAVENUSER/Mojo+Developer+Cookbook Another one I use a lot is WagonManager. I poked around the

[mojo-dev] [jira] Assigned: (CBUILDS-52) make:compile ignores derived configuration parameters

2010-07-29 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-52?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson reassigned CBUILDS-52: --- Assignee: Lee Thompson make:compile ignores derived configuration parameters

[mojo-dev] [jira] Commented: (CBUILDS-52) make:compile ignores derived configuration parameters

2010-07-29 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-52?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=230267#action_230267 ] Lee Thompson commented on CBUILDS-52: - Finally got my Jira access back, thanks Ben

Re: [mojo-dev] [VOTE] Releasing Maven TrueZIP Maven Plugin Beta 5

2010-02-20 Thread Lee Thompson
Any idea when we'll get symbolic link support in ZIP files? From: Dan Tran dant...@gmail.com To: dev@mojo.codehaus.org Sent: Mon, February 15, 2010 1:41:03 PM Subject: [mojo-dev] [VOTE] Releasing Maven TrueZIP Maven Plugin Beta 5 Mojo team, I would like to

Re: [mojo-dev] Site deploy is criminally slow

2009-12-29 Thread Lee Thompson
Stephen Connally said: scp is fine when it has shell acces it zips everything up and sends the zip and then unpacks it at the destination (eg at apache) Didn't know that. Very cool feature. Certainly easier to switch protocols than the packaging lifecycle.

Re: [mojo-dev] Site deploy is criminally slow

2009-12-28 Thread Lee Thompson
Stephen Connolly wrote: it's javadoc, xref and cobertura that cause the pain Its because the contents of a maven site aren't packaged into a war and dropped on a standard servlet engine. If you had all the little files bundled up, you would push one big compressed file. Creating and deleting

[mojo-dev] JUnit 4.x for mojos

2009-12-25 Thread Lee Thompson
Spent some time playing around with JUnit 4.x and mojo development. I'm posting to share the experiment and see if what I've found out is correct or not so here goes... 1. If you are using easymock, make sure you are using http://repo2.maven.org/maven2/org/easymock/easymock/, and not

[mojo-dev] [jira] Commented: (CBUILDS-51) Maven 3.0 alpha is out, won't build with it

2009-12-20 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=203597#action_203597 ] Lee Thompson commented on CBUILDS-51: - Refactored code so tests would run stable with Maven 3.0

Re: [mojo-dev] [VOTE] Release Mojo Parent POM 23

2009-12-07 Thread Lee Thompson
Stephen Connolly stephen.alan.conno...@gmail.com wrote: If it is an example of best practice and it is ending up on repo1, it should enforce the best practices of repo1, i.e. it should help people comply with the rule for repo1

Re: [mojo-dev] [VOTE] Release Mojo Parent POM 23

2009-12-02 Thread Lee Thompson
Dan wrote: stephen.alan.conno...@gmail.com wrote: I think a codehaus-parent would be a good idea. But remember that the codehaus-parent would have to enforce the noRepositories rule too (or else codehaus would have to stop pushing repository.codehaus.org to repo1.maven.org the

Re: [mojo-dev] [VOTE] Release Mojo Parent POM 23

2009-12-01 Thread Lee Thompson
exception). we are being pushed to repo1, therefore must follow the rules Sent from my [rhymes with tryPod] ;-) On 1 Dec 2009, at 03:05, Lee Thompson bm...@yahoo.com wrote: Hi guys, didn't get to test this over the US holidays. For the CBUILDS I overload the repo during the integration test

Re: [mojo-dev] [VOTE] Release Mojo Parent POM 23

2009-12-01 Thread Lee Thompson
wouldn't even be in favor of adding this to maven-archetype-plugin? From: Benjamin Bentmann benjamin.bentm...@udo.edu To: dev@mojo.codehaus.org Sent: Tue, December 1, 2009 12:45:53 PM Subject: Re: [mojo-dev] [VOTE] Release Mojo Parent POM 23 Lee Thompson wrote: I

Re: [mojo-dev] [VOTE] Release Mojo Parent POM 23

2009-12-01 Thread Lee Thompson
Benjamin wrote: Just keep in mind that the Archetye Plugin itself instantiates archetypes. So when you talk about adds no project infrastructure it's not an issue of the plugin but a matter of creating an archetype that fits your needs. Check this out! This runs mvn archetype:create

Re: [mojo-dev] [VOTE] Release Mojo Parent POM 23

2009-12-01 Thread Lee Thompson
is reusable, the other one is MOJO specific -Dan On Tue, Dec 1, 2009 at 3:05 PM, Lee Thompson bm...@yahoo.com wrote: Benjamin wrote: Just keep in mind that the Archetye Plugin itself instantiates archetypes. So when you talk about adds no project infrastructure it's not an issue of the plugin

Re: [mojo-dev] [VOTE] Release Mojo Parent POM 23

2009-11-30 Thread Lee Thompson
Hi guys, didn't get to test this over the US holidays. For the CBUILDS I overload the repo during the integration test phase to isolate the tests from the internet so I can test mvn release... (Imagine that). The latest parent hates this... I'm using maven-invoker-plugin.. [WARNING] Rule 1:

Re: [mojo-dev] Move to GIT?

2009-11-30 Thread Lee Thompson
I'm a big Git fan and GitHub as well. Though SVN is fine for me. From: Markus Knittig mar...@myd0.de To: dev@mojo.codehaus.org Sent: Mon, November 23, 2009 5:37:52 PM Subject: Re: [mojo-dev] Move to GIT? On 11/23/2009 11:57 PM, Stephen Connolly wrote: given

[mojo-dev] [jira] Commented: (CBUILDS-51) Maven 3.0 alpha is out, won't build with it

2009-11-21 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=198911#action_198911 ] Lee Thompson commented on CBUILDS-51: - Code checked in Maven 3.0 alpha is out, won't build

[mojo-dev] [jira] Assigned: (CBUILDS-51) Maven 3.0 alpha is out, won't build with it

2009-11-19 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-51?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson reassigned CBUILDS-51: --- Assignee: Lee Thompson Maven 3.0 alpha is out, won't build

[mojo-dev] [jira] Created: (CBUILDS-51) Maven 3.0 alpha is out, won't build with it

2009-11-19 Thread Lee Thompson (JIRA)
Reporter: Lee Thompson Fails in integration test of patch-maven-plugin -- 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

Re: [mojo-dev] increase mojo-development team? / (MOJO-1407) setup-maven-plugin

2009-07-18 Thread Lee Thompson
Robert Scholte rfscho...@codehaus.org said: I'm just interested if you could use another developer. +1

[mojo-dev] [jira] Created: (CBUILDS-49) upgrade build-helper version to 1.4

2009-07-17 Thread Lee Thompson (JIRA)
: 1.0-beta-1 Reporter: Lee Thompson Fix For: 1.0-beta-2 new build-helper-maven-plugin out -- 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

[mojo-dev] [jira] Assigned: (CBUILDS-49) upgrade build-helper version to 1.4

2009-07-17 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson reassigned CBUILDS-49: --- Assignee: Lee Thompson upgrade build-helper version to 1.4

[mojo-dev] [jira] Closed: (CBUILDS-49) upgrade build-helper version to 1.4

2009-07-17 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson closed CBUILDS-49. --- Resolution: Fixed fixed upgrade build-helper version to 1.4

Re: [mojo-dev] [VOTE] Release Build Helper Maven Plugin version 1.4

2009-07-10 Thread Lee Thompson
+1, tested with CBUILDS integration tests, no problems From: Paul Gier pg...@redhat.com To: Codehaus Mojo Dev dev@mojo.codehaus.org Sent: Tuesday, July 7, 2009 11:30:57 AM Subject: [mojo-dev] [VOTE] Release Build Helper Maven Plugin version 1.4 Hi, There is a

Re: [mojo-dev] [VOTE] adding an archetype, cbuild-automvn

2009-07-07 Thread Lee Thompson
: Tuesday, June 30, 2009 6:31:54 AM Subject: Re: [mojo-dev] [VOTE] adding an archetype, cbuild-automvn Please consider adding it to the mavenuser wiki too, as the archetype catalog is created at release time using this wiki page. Raphaël 2009/6/29 Lee Thompson bm...@yahoo.com: Vote has passed +1

Re: [mojo-dev] [VOTE] adding an archetype, cbuild-automvn

2009-06-28 Thread Lee Thompson
Vote has passed +1: Bret, Stephen, Lee 0: -1 From: Lee Thompson bm...@yahoo.com To: dev@mojo.codehaus.org Sent: Thursday, June 25, 2009 5:53:53 PM Subject: [mojo-dev] [VOTE] adding an archetype, cbuild-automvn I'd like to add an archetype. Since

Re: [mojo-dev] unix-maven-plugin philosophy

2009-06-25 Thread Lee Thompson
Trygve Laugstøl tryg...@codehaus.org wrote Have you looked at the other RPM plugin? It seems that Brett Okken is putting a lot of effort into it. Not yet. Hopefully some weekend down the road.

[mojo-dev] [VOTE] adding an archetype, cbuild-automvn

2009-06-25 Thread Lee Thompson
I'd like to add an archetype. Since there is isn't a sandbox/mojo-archetypes, I'd like to add it directly to mojo/mojo-archetypes/cbuild-automvn. The archetype creates a maven enhanced autoconf project (autoconf is typically used for C/C++ code). I have it working but need a place to check it

Re: [mojo-dev] unix-maven-plugin philosophy

2009-06-24 Thread Lee Thompson
Joerg Hohwiller jo...@j-hohwiller.de wrote: I mean there is maven-dependency-plugin, maven-resource-plugin and filtering and all what maven already offers. Why not just let the user build the package content with all features of maven to build.outputDirectory and then build a package from

Re: [mojo-dev] [VOTE] Release CBUILDS 1.0-beta-1

2009-05-30 Thread Lee Thompson
Lee Thompson wrote: I would like to call a vote to release version 1.0-beta-1 of CBUILDS The site has been deployed (thanks to mojo-parent v21) as well as a SNAPSHOT release. http://mojo.codehaus.org/cbuild-parent/index.html Been making lots of progress on the documented roadmap http

[mojo-dev] [ANN] CBUILDS 1.0-beta-1 Released

2009-05-30 Thread Lee Thompson
Hi, The Mojo team is pleased to announce that the set of CBUILDS plugins version 1.0-beta-1 has been released http://mojo.codehaus.org/cbuild-parent/index.html 1.0-beta-1 made good progress on the documented roadmap toward v1.0 http://mojo.codehaus.org/cbuild-parent/roadmap.html Focus has been

Re: [mojo-dev] pkg-maven-plugin

2009-05-27 Thread Lee Thompson
To: dev@mojo.codehaus.org Sent: Tuesday, May 26, 2009 5:51:44 AM Subject: Re: [mojo-dev] pkg-maven-plugin Lee Thompson wrote: Hi Trygve and Joerg. I've been working on thorough lifecycle integration testing on the CBUILDS plugins which may be of interest to you for pkg-maven-plugin and unix

[mojo-dev][VOTE] Release CBUILDS 1.0-beta-1

2009-05-27 Thread Lee Thompson
be overloaded. Here is a list of jira changes http://mojo.codehaus.org/cbuild-parent/changes-report.html Spent some time on a FAQ http://mojo.codehaus.org/cbuild-parent/faq.html The vote is open for 72 hours and will succeed by lazy consensus. Thanks Lee Thompson

Re: [mojo-dev] [VOTE] Release unix-maven-plugin 1.0-alpha-4

2009-05-27 Thread Lee Thompson
+1 Lee From: Trygve Laugstøl tryg...@codehaus.org To: dev@mojo.codehaus.org Sent: Tuesday, May 26, 2009 5:18:21 PM Subject: [mojo-dev] [VOTE] Release unix-maven-plugin 1.0-alpha-4 Hi I'd like to release unix-maven-plugin 1.0-alpha-4, codename fire. This is

Re: [mojo-dev] pkg-maven-plugin

2009-05-27 Thread Lee Thompson
Trygve wrote: Another major piece of the code to implement later is a pure Java version of the formats, which is definitely doable for deb and rpm, not so sure about the other formats. You probably already know this, but symbolic links will be an issue. Lots of my packages (openssl for

[mojo-dev] [jira] Created: (CBUILDS-48) deprecate BuildAdvisor cookie sessioning mechanism favoring dynamic properties and dependency injection

2009-05-26 Thread Lee Thompson (JIRA)
/CBUILDS-48 Project: Mojo C Builds Issue Type: Improvement Affects Versions: 1.0-alpha-6, 1.0-alpha-5 Reporter: Lee Thompson Fix For: 1.0-beta-1 1.0-alpha-4 introduced a BuildAdvisor which stores/retrieves state between maven plugin goals. Strip

[mojo-dev] [jira] Closed: (CBUILDS-48) deprecate BuildAdvisor cookie sessioning mechanism favoring dynamic properties and dependency injection

2009-05-26 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-48?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson closed CBUILDS-48. --- Resolution: Fixed Successfully extracted BuildAdvisor cookie mechanism requiring only four maven dynamic

Re: [mojo-dev] pkg-maven-plugin

2009-05-25 Thread Lee Thompson
Hi Trygve and Joerg. I've been working on thorough lifecycle integration testing on the CBUILDS plugins which may be of interest to you for pkg-maven-plugin and unix-maven-plugin. $ svn checkout http://svn.codehaus.org/mojo/c-builds/trunk cbuild-parent $ cd cbuild-parent $ mvn install $ cd

[mojo-dev] [jira] Updated: (CBUILDS-37) Satisfy dependencies which are of package type rpm as attached artifacts

2009-05-25 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-37?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson updated CBUILDS-37: Fix Version/s: (was: 1.0-beta-1) 1.0-beta-2 Satisfy dependencies which

[mojo-dev] [jira] Closed: (CBUILDS-41) Plugin source code links all wrong on the project web site

2009-05-25 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson closed CBUILDS-41. --- Resolution: Fixed Fix Version/s: 1.0-beta-1 Renamed plugins directory to cbuild-plugin-parent

[mojo-dev] [jira] Assigned: (CBUILDS-18) Create unit and integration tests for multibuild-optimizer-maven-plugin

2009-05-24 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-18?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Thompson reassigned CBUILDS-18: --- Assignee: Lee Thompson (was: John Casey) Create unit and integration tests for multibuild

  1   2   3   >