About maven 2.0.x and 2.2.x branches

2010-02-07 Thread Mert Çalışkan
Hi, I looked around but couldn't find a good resource about the differences on maven 2.0.x and 2.2.x branches. What are the differences between those. I know that 2.2.x requires jdk1.5 at least. is it the only differences? pre jdk 1.5 post jdk 1.5 branching? Thanks, Mert.

[ANN] odt2apt maven plugin

2010-02-07 Thread Tommy Svensson
Hello, I recently used the maven site plugin for the first time, and really liked it. I however came to dislike the APT format rather quickly. I spent far too much time manually reformatting my paragraphs to make the source readable. I felt that it would be very nice to be able to document in

Re: [ANN] odt2apt maven plugin

2010-02-07 Thread Lukas Theussl
I can't browse your source repository as I don't have hg but it sounds like it should be easy now to turn this into a more general doxia parser. You don't have to go via apt to generate your site/pdf, just parse your odt into a general sink instead of an apt, then any plugin

Re: [ANN] odt2apt maven plugin

2010-02-07 Thread Dan Tran
+1 to get doxia to support odt -D On Sun, Feb 7, 2010 at 9:14 AM, Lukas Theussl ltheu...@apache.org wrote: I can't browse your source repository as I don't have hg but it sounds like it should be easy now to turn this into a more general doxia parser. You don't have to go via apt to generate

Re: update snapshots always but do not block when unreachable

2010-02-07 Thread Brian Fox
You can use the offline mode when it's unreachable. This is settable by -o from the command line. On Sat, Feb 6, 2010 at 9:03 AM, tbee t...@tbee.org wrote: I'm busy fine tuning our maven (3) based environment. One of the behaviors I want is this: - always check if there is a newer version of

Re: [ANN] odt2apt maven plugin

2010-02-07 Thread Tommy Svensson
I have no knowledge of maven internals. I did go to maven.apache.org/doxia, but cannot find any documentation on this internal doxia format or how to plugin to doxia in general. Where can I find information how this sink works, what I need to do to do what you suggest ? It would be relatively

Re: update snapshots always but do not block when unreachable

2010-02-07 Thread tbee
BRIAN FOX-5 wrote: You can use the offline mode when it's unreachable. This is settable by -o from the command line. But it will not do that automatically? If unreachable then add -o, if reachable add -U. Correct? But there is no update-if-reachable? -- View this message in context:

Re: [ANN] odt2apt maven plugin

2010-02-07 Thread Lukas Theussl
Well, reading the source doesn't hurt, you know... ;) A lot of documentation for doxia is in the javadocs, see eg the sink (in doxia-sink-api [1]) and the parser (in doxia-core, [2]). Basically, all you need to do is create a new doxia module [3] with just a parser (a sink would be nice too

Re: [ANN] odt2apt maven plugin

2010-02-07 Thread Dan Tran
I never done any doxia dev work, but would http://maven.apache.org/doxia/developers/index.html#Create_a_New_Doxia_Module help? -D On Sun, Feb 7, 2010 at 10:12 AM, Tommy Svensson to...@natusoft.se wrote: I have no knowledge of maven internals. I did go to maven.apache.org/doxia, but cannot

Re: [ANN] odt2apt maven plugin

2010-02-07 Thread Tommy Svensson
Hmm. I apparently suck att digging upp information at a site since all links both you and Dan gave me comes from http://maven.apache.org/doxia/doxia/ where I've looked twice now! But this is a good start. I will look into it. And looking at the code for the APT module is probably a good idea.

Re: update snapshots always but do not block when unreachable

2010-02-07 Thread Brian Fox
Correct. It should simply blacklist the repo and keep going after it determines the repo is unreachable, so it shouldn't really be an issue if you already have everything locally. On Sun, Feb 7, 2010 at 1:30 PM, tbee t...@tbee.org wrote: BRIAN FOX-5 wrote: You can use the offline mode when

Re: About maven 2.0.x and 2.2.x branches

2010-02-07 Thread Brian Fox
http://maven.apache.org/release-notes-all.html On Sun, Feb 7, 2010 at 8:23 AM, Mert Çalışkan mcalis...@gmail.com wrote: Hi, I looked around but couldn't find a good resource about the differences on maven 2.0.x and 2.2.x branches. What are the differences between those. I know that 2.2.x

Re: Maven Archetype 1.0 to 2.0 variations question on CLI interactive prompt

2010-02-07 Thread Brett Porter
On 06/02/2010, at 2:44 PM, Matthew McCullough wrote: Wendy noted: It all changed with archetype 2.0 and I don't think all the archetypes came back. now they get generated from samples or something. Can anyone elaborate on the above statement? Any docs/wiki/nabble links on the rewrite and

Re: 2.0-beta-10 of release plugin

2010-02-07 Thread Brett Porter
.. which has happened too. We'd love to hear your results of testing on d...@. http://mail-archives.apache.org/mod_mbox/maven-dev/201002.mbox/%3c4b6df774.8000...@apache.org%3e On 06/02/2010, at 2:27 AM, Stephen Connolly wrote: it's being skipped and 2.0 is in the process of being released

Including generated jars into ear file

2010-02-07 Thread tamugrg
Hi, My project structure is as follows: myproject - pom.xml - myearmodule -pom.xml - mywebmodule -pom.xml - myejbmodule -pom.xml . pom.xml of 'myejbmodule'

Re: Including generated jars into ear file

2010-02-07 Thread Wayne Fay
The 'mytranslets.jar' jar file created in 'myejbmodule' gets created in the 'target' folder of 'myejbmodule' I would want to include the jar as part of the myearmodule.ear that gets generated from 'myearmodule'. Any pointers?? Use build-helper-maven-plugin to bind that generated jar to your

[ANN] Animal Sniffer 1.5 released

2010-02-07 Thread Stephen Connolly
The Mojo team is pleased to announce the release of Animal Sniffer version 1.5. This is the third release of Animal Sniffer (http://mojo.codehaus.org/animal-sniffer/) since it moved from java.net to the mojo project at codehaus. We have fixed a number of bugs (

Re: Including generated jars into ear file

2010-02-07 Thread tamugrg
Hi Wayne, Thanks for the response. I feel we are close now. In pom.xml for 'myejbmodule' module, immediately after 'maven-antrun-plugin' section, I have added the following section: plugin groupIdorg.codehaus.mojo/groupId