mirror of
https://github.com/apache/maven.git
synced 2025-03-01 06:09:24 +00:00
o work around for MNGECLIPSE-607 until the interpolation is fixed, something broke it and is wreaking havoc with platform testing within eclipse
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@674211 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e32fd7b10e
commit
c48e137846
@ -51,7 +51,10 @@ public ArtifactVersion getApplicationVersion()
|
||||
|
||||
public void initialize()
|
||||
throws InitializationException
|
||||
{
|
||||
{
|
||||
applicationVersion = new DefaultArtifactVersion( "2.1-SNAPSHOT" );
|
||||
|
||||
/*
|
||||
InputStream resourceAsStream = null;
|
||||
try
|
||||
{
|
||||
@ -80,5 +83,6 @@ public void initialize()
|
||||
{
|
||||
IOUtil.close( resourceAsStream );
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user