Re: Remove old snapshots under local repository

2014-08-17 Thread Ron Wheeler
On 17/08/2014 1:50 AM, Dan Tran wrote: Hi I need to find a way to walk into local repository and remove all old snapshots. This is very helpful for developer to clean up his/her local rep. how safe it is by blindly remove any file with timestamp format ( ie xxx-1.0.0-20140816.071953-49.jar)?

Re: Remove old snapshots under local repository

2014-08-17 Thread Dan Tran
sounds like a good option. Thanks -D On Sat, Aug 16, 2014 at 11:11 PM, Ron Wheeler rwhee...@artifact-software.com wrote: On 17/08/2014 1:50 AM, Dan Tran wrote: Hi I need to find a way to walk into local repository and remove all old snapshots. This is very helpful for developer to

Maven javadoc selective submodules

2014-08-17 Thread robertmvn
Hi, How do you generate a combined javadoc for a selection of submodules? I have added the javadoc plugin with the aggregate goal to the build as specified in http://maven.apache.org/plugins/maven-javadoc-plugin/examples/aggregate.html but it not generates javadocs for all submodules. I want to

[ANN] Apache Maven 3.2.3 Release

2014-08-17 Thread Jason van Zyl
Hi! The Apache Maven Team is pleased to announce the release of 3.2.3 The release notes can be found here: http://maven.apache.org/docs/3.2.3/release-notes.html The release can be downloaded from: http://maven.apache.org/download.cgi Full list of changes can be viewed in JIRA:

[ANN] Apache Maven 3.2.3 Release

2014-08-17 Thread Jason van Zyl
Hi! The Apache Maven Team is pleased to announce the release of 3.2.3 The release notes can be found here: http://maven.apache.org/docs/3.2.3/release-notes.html The release can be downloaded from: http://maven.apache.org/download.cgi Full list of changes can be viewed in JIRA:

Re: Plugins to extend the APT format? (For use with the Maven Site plugin)

2014-08-17 Thread Hervé BOUTEMY
Le mercredi 13 août 2014 23:22:52 Nick Burch a écrit : Hi All For Apache Tika, we currently use the Maven Site plugin, along with the APT format for our site content. We are looking to automatically pull in snippets of code from svn into the published site, much as the ASF CMS supports

Re: hi, I just want to get help about maven archetype,please help me

2014-08-17 Thread Hervé BOUTEMY
use packaged=true [1] Regards, Hervé [1] http://maven.apache.org/archetype/archetype-models/archetype-descriptor/archetype-descriptor.html Le mardi 12 août 2014 16:58:53 TOM a écrit : I use mvn archetype:create-from-project to generate a archetype project. and use it to generate a project

Re: Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-17 Thread Hervé BOUTEMY
notice this is referenced as DOXIA-373 [1] and used in DOXIATOOLS-15 [2] notice that you should: - avoid ${basedir} and prefer ${project.basedir} - not need the property in pom Regards, Hervé [1] http://jira.codehaus.org/browse/DOXIA-373 [2] http://jira.codehaus.org/browse/DOXIATOOLS-15 Le

Re: Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-17 Thread Hervé BOUTEMY
Le samedi 16 août 2014 15:08:53 Pablo León a écrit : I've been messing around with markdown for a while, and I feel that APT tools are more mature if you know of other tools, please share: AFAIK, Doxia Eclipse Editor was written because we didn't find any tooling (ne it in Eclipse or not)

Re: Maven javadoc selective submodules

2014-08-17 Thread robertmvn
Hi, It's okay if the aggregate report only executes on the root of a multi-module build. I just need some option to include only selected submodules. Or some other way to include and exclude. Hervé BOUTEMY wrote Hi, At the moment, the aggregate javadoc report can only execute on the root

Re: Maven javadoc selective submodules

2014-08-17 Thread Robert Scholte
Hi, Did you try it with the -pl (or --projects) argument? Robert Op Sun, 17 Aug 2014 20:13:43 +0200 schreef robertmvn for...@calitha.com: Hi, It's okay if the aggregate report only executes on the root of a multi-module build. I just need some option to include only selected submodules. Or

Re: Maven javadoc selective submodules

2014-08-17 Thread robertmvn
Hi, How would you specify this in a pom.xml ? Robert Scholte-4 wrote Hi, Did you try it with the -pl (or --projects) argument? Robert Op Sun, 17 Aug 2014 20:13:43 +0200 schreef robertmvn lt; forums@ gt;: Hi, It's okay if the aggregate report only executes on the root of a

SSLException with new Maven https

2014-08-17 Thread Ron Pressler
Hi. When accessing maven central using Aether, I get the following exception when I use the https://repo1.maven.apache.org/maven2/ URL: javax.net.ssl.SSLException: hostname in certificate didn't match: repo1.maven.apache.org != repo.maven.apache.org OR repo.maven.apache.org When using

Re: SSLException with new Maven https

2014-08-17 Thread Dan Tran
I dont think that is the supported url ( yet ). By default maven 3.2.3 uses https://repo1.maven.org/maven2 perhaps this is something Sonatype will fix -D On Sat, Aug 16, 2014 at 7:38 AM, Ron Pressler r...@paralleluniverse.co wrote: Hi. When accessing maven central using Aether, I get the

Re: hi, I just want to get help about maven archetype,please help me

2014-08-17 Thread TOM
thank you ,but my descriptor already is packaged= true fileSet filtered=true packaged=true encoding=UTF-8 directorysrc/main/java/directory includes include**/*.java/include /includes /fileSet 在 2014-08-18 0:10, Hervé BOUTEMY 写道: use packaged=true [1] Regards,