[jira] Commented: (MNG-1356) Java system properties should be interpolated in pom.xml

2005-11-11 Thread Edwin Punzalan (JIRA)
[ http://jira.codehaus.org/browse/MNG-1356?page=comments#action_50664 ] Edwin Punzalan commented on MNG-1356: - This is already implemented and should be closed. All values in System.getProperties() can be interpolated into pom.xml. btw, its

[jira] Commented: (MNG-1356) Java system properties should be interpolated in pom.xml

2005-11-11 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MNG-1356?page=comments#action_50680 ] Vincent Massol commented on MNG-1356: - Hi Edwin, I have correctly used java.io.tmp.dir (as shown above in the config). I have just tried again and once more I got a null. Do you

[jira] Commented: (MNG-1356) Java system properties should be interpolated in pom.xml

2005-11-11 Thread Edwin Punzalan (JIRA)
[ http://jira.codehaus.org/browse/MNG-1356?page=comments#action_50729 ] Edwin Punzalan commented on MNG-1356: - This pom is what I used to try it: project modelVersion4.0.0/modelVersion groupIdtest/groupId artifactIda/artifactId

[jira] Commented: (MNG-1356) Java system properties should be interpolated in pom.xml

2005-11-07 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1356?page=comments#action_50255 ] John Casey commented on MNG-1356: - are these containers artifacts that could be resolved as part of a plugin-dependency? That is to say, could you do: build plugins plugin

[jira] Commented: (MNG-1356) Java system properties should be interpolated in pom.xml

2005-11-07 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1356?page=comments#action_50256 ] John Casey commented on MNG-1356: - Alternately, if your plugin is downloading the containers, can't you simply use a plugin configuration that specifies ${java.io.tmp.dir} as the value?

[jira] Commented: (MNG-1356) Java system properties should be interpolated in pom.xml

2005-11-07 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MNG-1356?page=comments#action_50276 ] Vincent Massol commented on MNG-1356: - Hi John, Yes, it's Cargo which is downloading the container distribution. Using a plugin configuration is exactly what I'm after but it