Hello,
i try to filter resources in my project to generate a build.properties file.
I would like to have the path to the localRepository. So i use ${localRepository} as it is said in "BetterBuilds with Maven" but it doesn't work.
I tried the following properties for testing :
MAVEN_REPO=${project.class.name}
MAVEN_REPO=${localRepository}
MAVEN_REPO=${localRepository.class.name}

and here is the result :
MAVEN_REPO=org.apache.maven.project.MavenProject
MAVEN_REPO=${localRepository}
MAVEN_REPO=org.apache.maven.project.MavenProject

So the localRepository seems to be a org.apache.maven.project.MavenProject ??

Thanks for helping,
Thomas


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to