Dependency ID parser

2009-04-23 Thread Sergey Shcherbakov
Hello all, Does anybody know whether there is a parser in the Maven project that parses dependency ID (groupId:arifactId:type[:classifier]:version) and returns an Artifact object? If yes, in which module/class can I look at the implementation? Thanks!

RE: Understanding SNAPSHOTS

2009-04-08 Thread Sergey Shcherbakov
description). Best Regards, Sergey Shcherbakov. -Original Message- From: Brian Fox [mailto:bri...@sonatype.com] Sent: Tuesday, April 07, 2009 11:16 PM To: Maven Users List Cc: Guillaume Goulet; Kevin Coupland; Kyle Blaney Subject: RE: Understanding SNAPSHOTS 1. How to distinguish snapshot build

RE: Understanding SNAPSHOTS

2009-04-08 Thread Sergey Shcherbakov
My original question was 1. How to distinguish snapshot build versions correctly? So that one snapshot build would not overwrite previous one in the repository. You don't, that's not the purpose. If you truly care about a particular snapshot version, then it should have been a release. It's

RE: Understanding SNAPSHOTS

2009-04-07 Thread Sergey Shcherbakov
minor questions related to maven application to non-java projects. Best Regards, Sergey Shcherbakov. -Original Message- From: Todd Thiessen [mailto:thies...@nortel.com] Sent: Tuesday, April 07, 2009 3:32 PM To: Maven Users List Cc: Guillaume Goulet; Kevin Coupland; Kyle Blaney Subject

RE: Understanding SNAPSHOTS

2009-04-07 Thread Sergey Shcherbakov
All right, thank you, Todd, I'll try that. Best Regards, Sergey Shcherbakov. -Original Message- From: Todd Thiessen [mailto:thies...@nortel.com] Sent: Tuesday, April 07, 2009 5:41 PM To: Maven Users List Cc: Guillaume Goulet; Kevin Coupland; Kyle Blaney Subject: RE: Understanding

How to override project version during the build?

2009-04-06 Thread Sergey Shcherbakov
artifact of the version 0.00.000, although it finds artifact B of the appropriate version fine (even if A and B are made in the same way as C). How can I solve this problem and what is the right way to automatically update maven project's version? Thank you! Best Regards, Sergey

Non-java projects question

2009-01-05 Thread Sergey Shcherbakov
Hello all, I am very new to Maven although I could already understand the great idea behind it. The problem I have is that we have couple of dozens of non-java ant-driven projects. I tried successfully to use maven's antrun plug-in to build them with Maven but the goal I am pursuing