Re: Detecting timestamped snapshot versions

2012-04-23 Thread Asaf Mesika
org.apache.maven.artifact.ArtifactUtils.ArtifactUtils.isSnapshot(String version) On Mon, Apr 23, 2012 at 2:12 PM, Benson Margulies wrote: > Anyone know off hand where to find the predicate that looks at a > version # and decides if it's a snapshot, including timestamps? > > --

Re: Maven SCM Git & Perforce

2012-04-05 Thread Asaf Mesika
Sadly Our company is also moving to perforce so if you want a little bit of help with this let me know. Sent from my iPhone On 4 באפר 2012, at 19:30, John Patrick wrote: On 4 April 2012 17:18, Asaf Mesika wrote: Why do you need a specific login for git? In our company each developer

Re: Maven SCM Git & Perforce

2012-04-04 Thread Asaf Mesika
Why do you need a specific login for git? In our company each developer exchanges keys with the main server hosting our git repositories and then the repository URL simply contains the user which we exchanged keys with. For example: ssh://git...@gitrepo.acme.local/gitall/reponame Sent from my iPad

Re: Converting an Artifact (Aether) to MavenProject

2012-04-01 Thread Asaf Mesika
ojectBuilder#build(File, > ProjectBuildingRequest) to get the MavenProject. > > Vincent > > > 2012/4/1 Asaf Mesika mailto:asaf.mes...@gmail.com)> > > > Hi, > > > > I'm writing a Mojo, and I have a question: > > > > I have a piece of code which resolve

Converting an Artifact (Aether) to MavenProject

2012-03-31 Thread Asaf Mesika
Hi, I'm writing a Mojo, and I have a question: I have a piece of code which resolves an Aether Artifact based on its GAV string, from specific repository defined programmatic. Once I have the "org.sonatype.aether.artifact.Artifact" at hand - how do I convert it to a MavenProject or any other p