Create release from tag

2010-06-03 Thread Max Grigoriev
Hi everybody, Is it possible and if yes then how to create new release from existed SVN tag. I have 1.0.2 tag with deployed jar to own maven repository. And there're many changes in current trunk. The next release will be in couple weeks but now we found critical bug in 1.0.2 version. Early

Remote resource plugin doesn't work in release plugin

2009-11-17 Thread Max Grigoriev
Hi everybody, I have a project which uses remote-resources (hibernate mapping files). My pom.xml ... plugin     artifactIdmaven-remote-resources-plugin/artifactId     version1.1/version     executions     execution     goals     goalprocess/goal  

Dependency of 2 modules

2009-10-15 Thread Max Grigoriev
Hi everybody, I have parent module(pom) and 2 children - jar + war. Is it possible to make rule that in case of failure of war module, jar module isn't installed to repository? Because now jar module is OK and it's installed to rep, but then in war module there're errors in integration

Dependency of 2 modules

2009-10-14 Thread Max Grigoriev
Hi everybody, I have parent module(pom) and 2 children - jar + war. Is it possible to make rule that in case of failure of war module, jar module isn't installed to repository? Because now jar module is OK and it's installed to rep, but then in war module there're errors in integration tests