Hard coded paths in distribution/pom.xml ----------------------------------------
Key: CORE-127 URL: http://jira.andromda.org/browse/CORE-127 Project: AndroMDA Core Type: Bug Versions: 3.2 Environment: All Reporter: Tim Dysinger Assigned to: Chad Brandon Priority: Blocker grep -rl 'D:/java/.m1/repository' * distribution/pom.xml distribution/target/andromda-src-3.2-SNAPSHOT/distribution/pom.xml opening distribution/pom.xml shows: <property name="maven1Repository" value="D:/java/.m1/repository"/> <property name="website.dir" value="/var/www/andromda"/> <ant dir="src/antrun" antfile="copy-m2-m1.xml"> <property name="maven1.repository" value="${maven1Repository}"/> <property name="maven2.repository" value="${settings.localRepository}"/> </ant> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.andromda.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira