maven-release-plugin
Using Hudson and Maven release plugin to release multiple projects
I have three maven projects. Lets say A, B and C. Each of these projects are multi-module projects that have a flat directory structure.[详细]
2023-03-08 02:13 分类:问答maven release:prepare fails to release pom.xml with patch version
I am not sure if I am doing something wrong here, or if there is a bug in maven-release-plugin. But when I try to release a version 1.2.1, maven creates a tag with the right version, but the version n[详细]
2023-03-04 06:53 分类:问答System property for maven plugin nested process
i wanted to setup hudson job to perform release of our project from hudson. But i have a problem: our bui开发者_如何学Gold process is running tests that need connection to db, host:port of db is speci[详细]
2023-02-26 05:03 分类:问答Reducing repository size in Mercurial
As my team works on a given project with the source in a Mercurial repository, the reposit开发者_开发知识库ory is obviously growing in size. As such, cloning a repository over the network becomes slow[详细]
2023-02-25 17:51 分类:问答active a profile during release prepare in maven 3 does not work
I have a need to active a profile during release:prepare. <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId>[详细]
2023-02-24 14:20 分类:问答Maven Svn SCM delete tag
I am trying to implement a maven plugin and faced some problem with scm. The plugin needs to delete a tag, but I could not find a way to do it.[详细]
2023-02-21 00:23 分类:问答How to get a Maven release to work with git?
Trying to release, I always get this: [INFO] ------------------------------------------------------------------------[详细]
2023-02-20 09:41 分类:问答Inter-module dependencies on additional assemblies during a Maven release
We have a multi module project with following modules: Database Persistence Business Application The \'Database\' project is a jar project that creates an additional assembly using the \'maven-ass[详细]
2023-02-18 14:09 分类:问答Releasing with Maven
I recently released a maven project and could not stop thinking that the whole process is very complicated and error prone. Let us say I have an application which consists of 3 modules A, B and C, eac[详细]
2023-02-16 16:19 分类:问答Maven and subversion
I am doing work on Maven and Subversion. I have created a maven project. Now I want to point it to my repository (created by TortoiseSVN). I read in a tutorial on Maven and Subversion that I should c[详细]
2023-02-15 23:46 分类:问答