maven/maven-plugin-tools
John Dennis Casey a321da38d6 PR: MNG-1525
Submitted By: Edwin Punzalan
Reviewed By: John Casey

NOT applying this patch. I found a better solution that will factor the interpolation of the POM into a flexible utility in plexus-utils, and will allow introduction of envar resolution to the POM. It will also make interpolating the settings.xml and profiles.xml using any of a number of expression resolvers (using envar resolution only for now).

BTW, I tried using System.getenv(..) in JDK1.4, and it fails with java.lang.Error and a deprecation message. So, I'm using Edwin's code to extract the envars into a Properties object. We can improve this later.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@354462 13f79535-47bb-0310-9956-ffa450edef68
2005-12-06 16:28:07 +00:00
..
maven-plugin-tools-ant PR: MNG-897 2005-11-01 01:25:19 +00:00
maven-plugin-tools-api PR: MNG-897 2005-11-01 01:25:19 +00:00
maven-plugin-tools-beanshell Switching to use AbstractScriptedMojoDescriptorExtractor and scriptSourceDirectory. 2005-10-27 15:53:56 +00:00
maven-plugin-tools-java avoid "unused" error 2005-10-23 23:32:05 +00:00
maven-plugin-tools-model Ant support is working. I want to revisit the testing before I let it go, though. 2005-10-19 04:14:13 +00:00
maven-plugin-tools-pluggy [maven-release-plugin] prepare for next development iteration 2005-10-14 07:26:39 +00:00
pom.xml PR: MNG-1525 2005-12-06 16:28:07 +00:00