Tagged Questions

5
votes
2answers
3k views

Maven Snapshot Repository v/s Release Repository

This is a newbie Q, but What is the difference between a Snapshot Repository v/s Release Repository? This is with reference to setting up Repositories (like Artifactory, Nexus etc)
2
votes
2answers
76 views

How to download SNAPSHOT version from maven SNAPSHOT repository?

So I have a project and I do regular releases to maven without a problem. I know want to make available a SNAPSHOT version of this project. So I do 'mvn clean deploy'. Everything works as you can see ...
2
votes
6answers
79 views

Is there a way to make Maven download snapshot versions automatically?

So I have a project that depends on a snapshot version of another project. The dependency is: <dependency> <groupId>org.oop</groupId> <artifactId>oop</artifactId> ...
1
vote
1answer
39 views

mvn eclipse:eclipse not adding SNAPSHOT JAR to classpath

I recently decided to try to use my Maven project as a dependency of another project. I built the project and it installed to my local repository: I then set up the other Maven project to use this ...
1
vote
2answers
106 views

Maven deploys to snapshot instead of release

I'm trying to release a project using maven but instead of releasing to the Releases repository it puts it in our Snapshots repo. My pom looks like: <project ...
1
vote
1answer
87 views

Maven: How to ensure timestamped versions of snapshots are used in classpath?

I would like our functional tests to run from Maven using the timestamped version (e.g. api-0.5.0-20110706.191935-1.jar) of snapshots in the classpath. However, while I can see that we have ...
1
vote
1answer
206 views

Resolving snapshot versions of Grails plugins (deployed using the maven-publisher plugin)

Good day, I'm trying to integrate our company's Grails plugins into our Maven repositories (our repositories are named 'snapshots' and 'releases'). To do that, I installed the maven-publisher plugin ...
1
vote
3answers
785 views

Nexus Wont Serve SNAPSHOTs From Default Public Group

For some reason I can't get Nexus to serve my SNAPSHOT artifacts via the default public group. I've read the relevant bit of the Nexus manual and search Google, but nothing I do seems to work. I've ...
1
vote
3answers
955 views

Dealing with Maven snapshots - best practices

I'm no maven guru by a long shot but I would appreciate some help. Here's the situation: I work in a large, distributed development team using Maven 2. We have a Nexus repository but it only holds ...
0
votes
0answers
26 views

Maven overrides SNAPSHOT on local repository with older artifacts

I am having the following problem: I have 2 projects A and B. Some module in B depends on some module in A. I compile module A – which produces a SNAPSHOT artifact in the local repository, and then I ...
0
votes
2answers
56 views

maven distributionManagement outside the pom

Anyway I can move the distributionManagement part outside the pom I don't like the idea that my pom.xml contains server location, Is it possible to move this or server name to settings.xml? Thanks ...
0
votes
1answer
35 views

mvn release:perform generate a SNAPSHOT ?

I'm trying build a RELEASE version of an artifact, but for my surprise when I do a mvn release:perform, a SNAPSHOT version is being published in repository. Is there some reasons for this behave? ...
0
votes
1answer
178 views

Maven Release plugin, version plugins and snapshots

I am trying to automate the release of interdependent projects. Here is the scenario. I have two projects: A and B. Project B has a dependency on project A. Here are the steps that need to happen in ...
0
votes
1answer
318 views

Maven + Hudson + Nexus: Access to SNAPSHOT Build Number

Now that Maven3 has dropped support for setting uniqueVersion=false on deployment, I'm running into an issue. I have Hudson do an automatic deployment of my SNAPSHOT build to my Nexus repository ...
0
votes
1answer
323 views

Maven. Snapshot updates (first download) don't work

I created remote repositories (release and snapshot) from local repository. Both new remote reposotories were added yo groups/public. I try to make project build from scratch and my new local repo is ...
0
votes
2answers
276 views

Deploying snapshot sources - Is it possible ? It increments build number

guys I don't know what could be wrong, but I'm deploying snapshot and sources with gpg:sign-and-deploy-file, but the sources name does always have the value of the following buildnumber. Like ...