maven-scm Questions
2
Solved
I'm cleaning up pom files in my project and find out I use two slightly different scm records:
<scm>
<connection>scm:git:https://github.com/jadler-mocking/jadler.git</connection>...
3
We need to get all the licenses of the dependencies of our services. While it's easy to get them from the report plugin (or mojohaus' license-maven-plugin) our lawyers want us to actually go to the...
1
Solved
I want to git commit two files in different folders with maven scm plugin (v1.9.4). Eg: abc/p.json and xyz\p.json. I dont want to commit any other files such as other/p.json
According to the docum...
1
Solved
We are using maven and git together for a Java project. In <scm> section, <tag> is automatically added by release plugin.
For example,
<scm>
<connection>scm:git:http://m...
1
Solved
I'm having a problem using the Maven SCM plugin with Git. I cannot get the plugin to work at all because it says the provider is not found. It gives me the following error when I run mvn scm:tag:
...
1
Solved
Recently having switched source code repository for a project to GitHub from SourceForge I need to update the maven release process to match. I followed this link for configuring the "scm" section ...
Afraid asked 14/12, 2013 at 9:1
7
Solved
The Maven Buildnumber plugin doesn't appear to work with GIT yet. Is there a workaround for the time being? I recently switched from SVN to GIT and have found it to be an easy transition, but this ...
Selah asked 21/4, 2010 at 17:17
8
Solved
With my multiproject pom I get an error while running release:prepare. There is nothing fancy about the project setup and every release-step before runs fine.
The error I get is:
[INFO] --------...
4
Solved
I'm trying to use a custom maven wagon extension to deploy a jar to my own repository. Can I somehow configure in settings.xml that it recognizes the custom url scheme to be used with the specific ...
4
Solved
Is there a method to externalize my SCM credentials so they are not stored in the project's POM? The problem being if they're contained in the project's POM, they will be visible to all when the pr...
Impresario asked 10/8, 2009 at 15:33
3
Solved
I'm new to both maven and git and wanted to get some help in setting a project.
Is there a way to define a goal in the pom to push/pull from git during linked to a maven phase? For example, can I ...
2
Solved
Question re. the Maven scm-plugin:
http://maven.apache.org/scm/plugins/usage.html
Example, in pom.xml:
<scm>
<connection>scm:svn:http://somerepository.com/svn_repo/trunk</connec...
Adriaadriaens asked 20/11, 2011 at 8:6
1
Solved
I'm trying to externalize my username and password but it seems the format of svn-settings.xml is incorrect. I can't find any resources on the web except this post here and following that gives an ...
2
Solved
Could I disable SCM integration option in Maven? I want it to build a local checked-out project without SCM integration ?
is there some settings or some how??
thanx in advance
1
Solved
I'm trying to use Subversion as Maven repo utilizing Maven wagon. If I declare snapshot location using http as protocol I get 409 error back from server when trying to deploy (mvn clean deploy)
&l...
Pourparler asked 4/9, 2009 at 22:22
1
Solved
How can I commit a single artifact like a file or a directory to an arbitrary location in a svn repository in the deploy lifecycle phase? With repository I mean a plain Subversion repository here, ...
1
© 2022 - 2024 — McMap. All rights reserved.