Maven stats shows huge peak

2012-03-11 Thread Johan Vogelzang
Hi all, On the Maven stats page you can see the download statistics of Maven. Can anyone explain the huge peak around mid February 2012? http://people.apache.org/~vgritsenko/stats/projects/maven.html Thanks in advance, Regards, Johan.

Site deploy problem

2011-07-13 Thread Johan Vogelzang
: Cannot connect. Reason: java.net.UnknownHostException: ${ reposerver.host.name} Thanks in advance, -- Johan Vogelzang

Re: Site deploy problem

2011-07-13 Thread Johan Vogelzang
Oh I forgot... I use Maven 2.2.1 and maven-site-plugin version 2.3. The behavior is the same on Windows and Linux. Johan. 2011/7/13 Johan Vogelzang johan.vogelz...@gmail.com Hi Maven users, I've a problem with deploying a site to an url containing property variables. The site url

Re: Re: Site deploy problem

2011-07-13 Thread Johan Vogelzang
passwordyour_password/password /server ... /servers Regards Thorsten -- Johan Vogelzang

Re: Site deploy problem

2011-07-13 Thread Johan Vogelzang
, Johan. 2011/7/13 Johan Vogelzang johan.vogelz...@gmail.com Hi Maven users, I've a problem with deploying a site to an url containing property variables. The site url -as part of the distributionManagement section- is located in the company parent pom: properties

jta-1.0.1B.jar missing in central repo

2009-11-04 Thread Johan Vogelzang
Hi all, Today I discovered that jta-1.0.1B.jar is removed from the central Maven repository. See: http://repo1.maven.org/maven2/javax/transaction/jta/1.0.1B Causing our builds to fail. It still exists in http://download.java.net/maven/2/javax/transaction/jta/1.0.1B What steps can I take to

Re: jta-1.0.1B.jar missing in central repo

2009-11-04 Thread Johan Vogelzang
Hmm, I thougt I was, but now I am not so sure anymore Johan. 2009/11/4 Anders Hammar and...@hammar.net I don't think it has ever been there. Are you sure that it has been removed? /A On Wed, Nov 4, 2009 at 14:10, Johan Vogelzang johan.vogelz...@gmail.com wrote: Hi all, Today

Re: jta-1.0.1B.jar missing in central repo

2009-11-04 Thread Johan Vogelzang
Anyway it seems that this artifact in not correctly deployed (or synchronized). Johan. 2009/11/4 Anders Hammar and...@hammar.net I don't think it has ever been there. Are you sure that it has been removed? /A On Wed, Nov 4, 2009 at 14:10, Johan Vogelzang johan.vogelz...@gmail.com wrote

Re: jta-1.0.1B.jar missing in central repo

2009-11-04 Thread Johan Vogelzang
there, as it states in the pom. You need to download it manually. But you've found in at java.net, so use that. Or some other implementation that is available at central (I guess there is a geronimo one). /A On Wed, Nov 4, 2009 at 15:56, Johan Vogelzang johan.vogelz...@gmail.com wrote: Anyway

Re: jta-1.0.1B.jar missing in central repo

2009-11-04 Thread Johan Vogelzang
/be-a-good-maven-citizen-dont-scrape-the-whole-damn-central-repository/ Cheers. 2009/11/4 Johan Vogelzang johan.vogelz...@gmail.com I do not see why this is correct in central. The more recent version 1.1 seems to be correctly deployed to central see: http://repo2.maven.org/maven2

Re: jta-1.0.1B.jar missing in central repo

2009-11-04 Thread Johan Vogelzang
and the net, your company will hit central repository (and others) thousands of times instead of just once... The corresponding link: http://www.sonatype.com/people/2008/08/be-a-good-maven-citizen-dont-scrape-the-whole-damn-central-repository/ Cheers. 2009/11/4 Johan Vogelzang johan.vogelz

Release plugin: bind custom plugin to a phase within release:perform

2007-09-30 Thread Johan Vogelzang
executions execution phaserewrite-poms-for-release/phase goals goalissue-list/goal /goals /execution /executions /plugin ... /build Regards, -- Johan Vogelzang

Get commit comments from Subversion

2007-09-30 Thread Johan Vogelzang
Hi all, For our release process I need to get a list of all the commit comments between two released version's from the Subversion repository. We use the maven-release-plugin to release modules. Are there existing plugin's that support this functionality? Regards, -- Johan Vogelzang

axistools-maven-plugin does not pick up properties in propertyfile

2007-01-10 Thread Johan Vogelzang
] [INFO] -- Johan Vogelzang

Exploded deployment

2006-10-17 Thread Johan Vogelzang
-, ejb- and ear- modules. We have tried to deploy (exploded) those in MyEclipse but didn't succeed to get it working. Do you have the same experience, or do you know other IDE's which can succesfully deploy Maven-based j2ee projects to Jboss? -- Johan Vogelzang

AS400

2006-10-10 Thread Johan Vogelzang
Does Maven run on AS400 machine's? Thanx -- Johan Vogelzang

maven-antrun-plugin configure ${env.path}

2006-09-29 Thread Johan Vogelzang
Hello all, From Maven[2.0.4] I want to use an existing third-paty ant-build script, by executing tasks via the maven-antrun-plugin. Some of the tasks in the ant-build script depend on Windows dll's, so these dll's must be loaded on de PATH environment variable before the ant-scripts runs. Two

Cannot create multi-module project with Maven Archetype - Version 1.0-alpha-4

2006-04-24 Thread Johan Vogelzang
!-- web module -- sourcewebModule/src/main/java/App.java/source !-- ejb module -- sourceejb/src/main/java/App.java/source !-- jar module -- sourcejarModule/src/main/java/App.java/source /sources Anyone a clue? Thanks -- Johan Vogelzang

Re: Alternative for remote deploying an ear

2006-04-24 Thread Johan Vogelzang
version1.5.3-1/version /dependency dependency groupIdant/groupId artifactIdant-jsch/artifactId version1.6.5/version /dependency /dependencies /plugin 2006/4/4, Johan Vogelzang [EMAIL PROTECTED

Re: Alternative for remote deploying an ear

2006-04-24 Thread Johan Vogelzang
at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Johan Vogelzang

archetype with site-resources

2006-04-19 Thread Johan Vogelzang
Hi, I created a archetype and added resources, sources, testResources and site-resources to it. When i create a project based on this archetype, the resources, sources and testResources are generated as i expected. But none of the site-resources can be found in the src/ dir. The site-resources I

Re: archetype with site-resources

2006-04-19 Thread Johan Vogelzang
no idea if this works, but assume it based on your experiences with test-sources vs testSources. Wayne On 4/19/06, Johan Vogelzang [EMAIL PROTECTED] wrote: Hi, I created a archetype and added resources, sources, testResources and site-resources to it. When i create a project based

How to add a package.html to a archetype

2006-04-12 Thread Johan Vogelzang
Hello, I have set up our own j2ee archetype. Now I want to add a default package.html into each package. Is there a way to do this? Thanks. -- Johan Vogelzang

Alternative for remote deploying an ear

2006-04-04 Thread Johan Vogelzang
Hello, I want to hot-deploy an ear file to a running Jboss container. For this I used the cargo plugin, which currently is not ready to remote deploy to a a different host (see issue http://jira.codehaus.org/browse/MJBOSS-3). Is there an alternative way to remote deploy to a running Jboss