for the setting of base version - I think it works internally, but has
some quirks when used externally as encountered here. AFAICT this wasn't
a reference to a bug when running Maven.
for the design - yes, it's still there.
- Brett
John Casey wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
is there an issue for this yet?
Brett Porter wrote:
| This is a poorly encapsulated class that needs some work.
|
| base version should always be "-SNAPSHOT", while version should be
| "-2005..."
|
| - Brett
|
| Donszelmann, Mark wrote:
|
|> Hi
|>
|>
This is a poorly encapsulated class that needs some work.
base version should always be "-SNAPSHOT", while version should be
"-2005..."
- Brett
Donszelmann, Mark wrote:
Hi
the following code in DefaultArtifact.java changes the behaviour of the
getBaseVersion() method.
--
public boolea
Hi
the following code in DefaultArtifact.java changes the behaviour of the
getBaseVersion() method.
--
public boolean isSnapshot()
{
if ( version != null || baseVersion != null )
{
Matcher m = VERSION_FILE_PATTERN.matcher( getBaseVersion() );
if (