Javadoc plugin issues with custom plugin

2010-02-11 Thread Kurt Zettel
I am now having similar problems with the Javadoc plugin.  It works with
Maven 2.2.1 but with Maven 3 it cannot resolve my custom package types.
 Each project runs fine individually but when I try to do a multi-module
build it cannot resolve the dependencies because it does not use my artifact
handler.

On Wed, Jan 27, 2010 at 1:04 PM, Brett Porter  wrote:

> Try the latest 2.0-SNAPSHOT of the plugin, this should be fixed now.
>
> - Brett
>
> On 28/01/2010, at 4:29 AM, Kurt Zettel wrote:
>
> > I developed a plugin and integration tested it using using Maven 3.  One
> of
> > the things it provides is a custom packaging type and an artifact handler
> > for the packaging type.  It also has its own lifecycle.  I can build and
> > deploy projects using the plugin without any problems. I am having an odd
> > problem when I try to use the Maven release plugin on a multi-module
> build.
> > The install of the root pom is failing because of missing dependencies.
>  It
> > is telling me I have missing artifacts but the missing artifacts are part
> of
> > the multi-module build.  I am using version 2.0-beta-9 of the release
> plugin
> > (which worked fine with Maven 2.2.1) but it is giving me problems with
> Maven
> > 3.0 alpha 6.  Any advice on where to look in the code to fix this
> problem?
> >
> > Thank you,
> > Kurt Zettel
>
> --
> Brett Porter
> br...@apache.org
> http://brettporter.wordpress.com/
>
>
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


[VOTE] Release Maven GPG Plugin 1.0

2010-02-11 Thread Benjamin Bentmann

Hi,

We solved 6 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11431&version=13290

There are still a couple of issues left in JIRA:
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11431&status=1

Staging repo:
https://repository.apache.org/content/repositories/maven-013/

Staging site (sync pending):
http://maven.apache.org/plugins/maven-gpg-plugin-1.0/

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

+1 from me


Benjamin


-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: [VOTE] Release Maven GPG Plugin 1.0

2010-02-11 Thread Jason van Zyl
+1

On Feb 11, 2010, at 9:38 AM, Benjamin Bentmann wrote:

> Hi,
> 
> We solved 6 issues:
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11431&version=13290
> 
> There are still a couple of issues left in JIRA:
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11431&status=1
> 
> Staging repo:
> https://repository.apache.org/content/repositories/maven-013/
> 
> Staging site (sync pending):
> http://maven.apache.org/plugins/maven-gpg-plugin-1.0/
> 
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
> 
> Vote open for 72 hours.
> 
> [ ] +1
> [ ] +0
> [ ] -1
> 
> +1 from me
> 
> 
> Benjamin
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
> 


-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: [VOTE] Release MavenCheckstyle plugin version 2.5

2010-02-11 Thread Olivier Lamy
Here at least my +1.

--
Olivier

2010/2/8 Olivier Lamy :
> Hi,
> I'd like to release maven-checkstyle-plugin version 2.5.
> It's a small release to make it working with maven 3.
>
> We solved 1 issue:
>
> http://jira.codehaus.org/browse/MCHECKSTYLE-123
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-002/
>
> Staging site:
> http://maven.apache.org/plugins/maven-checkstyle-plugin-2.5
>
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> Thanks,
> --
> Olivier
> http://twitter.com/olamy
> http://fr.linkedin.com/in/olamy
>



-- 
Olivier
http://twitter.com/olamy
http://fr.linkedin.com/in/olamy

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: [VOTE] Release MavenCheckstyle plugin version 2.5

2010-02-11 Thread Daniel Kulp

+1

Dan


On Mon February 8 2010 8:06:59 am Olivier Lamy wrote:
> Hi,
> I'd like to release maven-checkstyle-plugin version 2.5.
> It's a small release to make it working with maven 3.
> 
> We solved 1 issue:
> 
> http://jira.codehaus.org/browse/MCHECKSTYLE-123
> 
> Staging repo:
> https://repository.apache.org/content/repositories/maven-002/
> 
> Staging site:
> http://maven.apache.org/plugins/maven-checkstyle-plugin-2.5
> 
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
> 
> Vote open for 72 hours.
> 
> [ ] +1
> [ ] +0
> [ ] -1
> 
> Thanks,

-- 
Daniel Kulp
dk...@apache.org
http://www.dankulp.com/blog

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[ANN] Maven Release Plugin 2.0 Released

2010-02-11 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Maven Release
Plugin, version 2.0. This release also includes Maven Release Manager,
version 2.0.

This plugin is used to release a project with Maven, saving a lot of
repetitive, manual work.

http://maven.apache.org/plugins/maven-release-plugin/

You should specify the version in your project's plugin configuration:


 org.apache.maven.plugins
 maven-release-plugin
 2.0


Release Notes - Maven 2.x Release Plugin - Version 2.0

** Bug
* [MRELEASE-3] - release:prepare should not require multimodule
artifacts to be in the local repository
* [MRELEASE-278] - release:clean doesn't clean up after release:branch
* [MRELEASE-322] - Unable to set the working directory for projects
where the master pom isn't at the root of the project
* [MRELEASE-327] - Is branchName really optional for release:branch
? If so, what is the default?
* [MRELEASE-336] - unable to release:prepare flat hierarchy project
* [MRELEASE-383] - svn inconsistent line ending style
* [MRELEASE-387] - command line versions don't seem to work on
release:branch
* [MRELEASE-389] - Properties releaseVersion and developmentVersion
are not read correctly during release:prepare (eventually release:perform)
* [MRELEASE-433] - Add parameter remoteTagging to release:branch (to
prevent issue with svn > 1.5.0)
* [MRELEASE-442] - scm tag phase ignores custom message (need to use
scm 1.3)
* [MRELEASE-452] - allowTimestampedSnapshots=true still fails with
snapshot dependencies
* [MRELEASE-460] - Please upgrade to JDOM 1.1;  current JDOM 1.0
contains a bug in parsing comments starting with hyphen
* [MRELEASE-481] - prepare goal  no longer errors on subversion files
* [MRELEASE-493] - Prepare step doesn't stop if there are modified
local files
* [MRELEASE-502] - fix the equals() and hashCode() functions in
release-descriptor.mdo
* [MRELEASE-515] - release:prepare eats the root cause of the exception
* [MRELEASE-520] - A comma separated list of release goals causes
the release:perform goal to fail

** Improvement
* [MRELEASE-225] - release should support multi-module project with
sibling subprojects
* [MRELEASE-261] - release:prepare should support flat directory
multi-module projects
* [MRELEASE-291] - FAQ entry explaining how to release a parent pom
without releasing it's modules
* [MRELEASE-324] - There should be a way to update POM version
numbers without tagging/branching
* [MRELEASE-377] - Missing releaseVersion parameter in
release:branch goal
* [MRELEASE-422] - Output the resulting tag name or branch name
during dryRun
* [MRELEASE-423] - Wrong goal specified to generate a release pom
* [MRELEASE-451] - CLONE -scm:tag with scmCommentPrefix
* [MRELEASE-461] - Add a mojo parameter for using the new remote
tagging for svn scm provider (to prevent issue with svn > 1.5.0) in
branch mojo
* [MRELEASE-475] - Don't print stack trace when release:branch finds
uncommitted files.
* [MRELEASE-505] - Upgrade to scm 1.3

** New Feature
* [MRELEASE-372] - add branchBase optional parameter for
release:branch goal
* [MRELEASE-501] - create the possibility for performing a local
checkout instead a clean checkout from the upstream repository for DSCMs
* [MRELEASE-508] - Add TFS support

Enjoy,

-The Maven team

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[RESULT] [VOTE] MavenCheckstyle plugin version 2.5

2010-02-11 Thread Olivier Lamy
Hi,
The vote has passed with the following result

+1 (binding) : Benjamin Bentmann, Arnaud Héritier, John Casey,  Lukas
Theussl,  Brian Fox, Daniel Kulp, Oliver Lamy

+1 (non binding) : Nicolas De Loof, Evgeny Mandrikov, Tony Chemit,

I will promote the artifacts to the central repo.

Thanks,
-- 
Olivier
http://twitter.com/olamy
http://fr.linkedin.com/in/olamy

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: [VOTE] Release Maven GPG Plugin 1.0

2010-02-11 Thread Olivier Lamy
+1

2010/2/11 Benjamin Bentmann :
> Hi,
>
> We solved 6 issues:
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11431&version=13290
>
> There are still a couple of issues left in JIRA:
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11431&status=1
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-013/
>
> Staging site (sync pending):
> http://maven.apache.org/plugins/maven-gpg-plugin-1.0/
>
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> +1 from me
>
>
> Benjamin
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>



-- 
Olivier
http://twitter.com/olamy
http://fr.linkedin.com/in/olamy

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[jira] Subscription: Design & Best Practices

2010-02-11 Thread jira
Issue Subscription
Filter: Design & Best Practices (23 issues)
Subscriber: mavendevlist

Key Summary
MNG-2184Possible problem with @aggregator and forked lifecycles
http://jira.codehaus.org/browse/MNG-2184
MNG-612 implement conflict resolution techniques
http://jira.codehaus.org/browse/MNG-612
MNG-139 server definitions should be reusable - review use of repository IDs
http://jira.codehaus.org/browse/MNG-139
MNG-2125[doc] when and how to define plugins in a pom
http://jira.codehaus.org/browse/MNG-2125
MNG-474 performance improvement for forked lifecycles
http://jira.codehaus.org/browse/MNG-474
MNG-1563how to write integration tests
http://jira.codehaus.org/browse/MNG-1563
MNG-1381best practices: testing strategies
http://jira.codehaus.org/browse/MNG-1381
MNG-2584Rebuild on pom change
http://jira.codehaus.org/browse/MNG-2584
MNG-2381improved control over the repositories in the POM
http://jira.codehaus.org/browse/MNG-2381
MNG-1950Ability to introduce new lifecycles phases
http://jira.codehaus.org/browse/MNG-1950
MNG-1468best practices: version management in multi project builds
http://jira.codehaus.org/browse/MNG-1468
MNG-416 best practices:  multiple profile deployments
http://jira.codehaus.org/browse/MNG-416
MNG-367 best practices: multi-user installation
http://jira.codehaus.org/browse/MNG-367
MNG-125 guarded mojo execution
http://jira.codehaus.org/browse/MNG-125
MNG-41  best practices: site management
http://jira.codehaus.org/browse/MNG-41
MNG-657 possible chicken and egg problem with extensions
http://jira.codehaus.org/browse/MNG-657
MNG-1441Starting thinking about a proper distributed repository mechanism a 
la CPAN
http://jira.codehaus.org/browse/MNG-1441
MNG-868 Use uniform format for  and other tags
http://jira.codehaus.org/browse/MNG-868
MNG-1423best practices: setting up multi-module build
http://jira.codehaus.org/browse/MNG-1423
MNG-1463best practices: plugin inheritance for a multi project build
http://jira.codehaus.org/browse/MNG-1463
MNG-1425best practices: the location of configuration files vs resources
http://jira.codehaus.org/browse/MNG-1425
MNG-1569Make build process info read-only to mojos, and provide mechanism 
for explicit out-params for mojos to declare
http://jira.codehaus.org/browse/MNG-1569
MNG-1867deprecate system scope, analyse other use cases
http://jira.codehaus.org/browse/MNG-1867

You may edit this subscription at:
http://jira.codehaus.org/secure/FilterSubscription!default.jspa?subId=10341&filterId=11471

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org