create changes.txt while releasing

2010-06-08 Thread rgubler2
Hello, can maven create a changes file from svn log messages between releases? Yours RĂ¼diger -- View this message in context: http://old.nabble.com/create-changes.txt-while-releasing-tp28815672p28815672.html Sent from the Maven - Users mailing list archive at Nabble.com.

Re: create changes.txt while releasing

2010-06-08 Thread rgubler2
/maven-changelog-plugin/ does what you want. -Marshall Schor On 6/8/2010 5:34 AM, rgubler2 wrote: Hello, can maven create a changes file from svn log messages between releases? Yours RĂ¼diger - To unsubscribe, e

How to use repo2.maven.org in artifactory

2010-02-04 Thread rgubler2
Hi, I added a new remote repository to our artifactory. I named it repo2 and use the URL http://repo2.maven.org/maven2/. In the repository browser the repo2 appears with 0 artifacts. The online status indicate online. Whats going wrong that we can't access repo2 data? Yours Ruediger

Re: How to use repo2.maven.org in artifactory

2010-02-04 Thread rgubler2
dahoffer wrote: Could it be that it only shows you proxied/cached artifacts? I suspect that if you start downloading artifacts from that repo they will show here. -Dave Yes it acts only as a proxy. We got this problem yesterday, but now the artifacts are reachable. It look like

[Maven Assembly Plugin] Deploy assembly

2009-11-13 Thread rgubler2
Hello, we have the following pom: project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd; modelVersion4.0.0/modelVersion

Re: [Maven Assembly Plugin] Deploy assembly

2009-11-13 Thread rgubler2
Anders Hammar wrote: A quick Internet search gives the answer: http://old.nabble.com/Maven-assembly-plug-in-and-deploy-not-happening--td18161292.html /Anders Hmm, I changed execution idmake-assembly/id phasepackage/phase goals