Re: confirm unsubscribe from users@maven.apache.org

2012-05-16 Thread Nate Stoddard
d from the users mailing list, please send a short reply to this address: users-uc.1337168294.llekhlfokhdmmhollbkh-nate=cynareae@maven.apache.org Usually, this happens when you just hit the "reply" button. If this does not work, simply copy the address and paste it into the "To

Report Plugin Dependencies (Maven 3 style) for Site

2011-11-15 Thread Nate Stoddard
I'm resending this because the formatting got butchered the first type. Sorry for the duplicate. Nate Stoddard = I'm trying to use the new Maven 3 style of generating reports, but I'm having problems with one in particular. I have some custom Checkstyle checks, but I&#x

Report Plugin Dependencies (Maven 3 style) for Site

2011-11-15 Thread Nate Stoddard
that it ends up in (2). I've tried configuring the plugin under the pluginManagement section also, but that seems to be ignored for the newest style. I'm just wondering if this is even possible, or if I need to roll back my reporting configurations to the older style until the newer one is fixed up and functioning better. Nate Stoddard

Re: [M2] wagon-scm Unsupported protocol

2006-11-08 Thread Nate
If anyone is using the wagon-scm plugin, can you help me by posting the sections of your pom.xml that apply to this plugin? Thanks for the help, -Nate >> >> Here are the extensions I'm using for in my build: >> >> >>org.apache.maven.wagon >&g

Re: [M2] wagon-scm Unsupported protocol

2006-11-03 Thread Nate
repository. [DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-1-20060509.172247-7:runtime (selected for runtime) [DEBUG] Skipping disabled repository central ... Thanks for the help, -Nate > Hello, > > I'm getting the following error when I try to run site:deploy >

[M2] wagon-scm Unsupported protocol

2006-11-03 Thread Nate
epository http://snapshots.maven.codehaus.org/maven2 Thanks for the help, -Nate - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: changelog-maven-plugin and scm error

2006-10-26 Thread Nate
n on error stacktraces: mvn site -e To turn on debuging: mvn site -X Hope this helps, -Nate - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[M2] Changelog plugin report unknown range

2006-10-25 Thread Nate
et element and attributes are generated by an SCM plugin object. I tried to go into that source code, but I was unsuccessful in tracking down the exact location where those fields are filled in. Is it possible to get the tag range displayed instead of an unknown date range? Tha

Re: [M2] Changelog Plugin and CVS Tags [SOLVED]

2006-10-25 Thread Nate
me to help me solve this problem. -Nate - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [M2] Changelog Plugin and CVS Tags

2006-10-16 Thread Nate
n two CVS servers. The first one is local on my windows box. CVSNT 2.0.51d The second is a remote server: cvs 1.11.22 Thanks for the help, -Nate - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

[M2] Changelog Plugin and CVS Tags

2006-10-13 Thread Nate
sults. Am I doing something wrong here with ChangeLog configuration? Is this a CVS issue? Thanks for the help, -Nate - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [M2] XSLT Plugin

2006-10-13 Thread Nate
> > The changelog plugin is one of those. So when it moved from Codehaus > Mojo to Maven, its name changed, and so did the version. > > The maven-changelog-plugin is the newest version. > That makes sense. Thanks for the i

Re: [M2] XSLT Plugin

2006-10-13 Thread Nate
8,340c348,350 < org.codehaus.mojo < changelog-maven-plugin < 2.0-beta-1 --- > org.apache.maven.plugins > maven-changelog-plugin > 2.0-SNAPSHOT Thanks, -Nate - To unsubs

[M2] XSLT Plugin

2006-10-12 Thread Nate
-snapshot-repository/ http://snapshots.repository.codehaus.org/ Thanks for the help, -Nate - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Maven XSLT Plugin Question

2006-10-11 Thread Nate
Ah, I figured there must be a pre-site phase. Thank you for including the link to all of the lifecycle phases. -Nate > Lifecycle site has this phases [1] : > > > site > > pre-site > site >

Re: Maven XSLT Plugin Question

2006-10-11 Thread Nate
lt task" idea. What execute phase should I set for this to execute every time before the changes plugin is executed during the site generation? Thanks for responding so quickly, -Nate > Hello, > my 2 cents ant has an xslt task, you could use maven antrun plugin > to > run it