-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Platform: PC, OS: Solaris
This morning, we upgraded to 1.306
We had some shell scripts being filtered during packaging. A few properties in
them (like installation directory) were being filtered and leaving things such
as CLASSPATH and JAVA_HOME alone (because they are not defined properties).
As of today, those get filtered to match the values on the Hudson server. We can
not replicate this from the command-line, even from the same machine. It only
happens when run from within Hudson.
We were using the maven-assembly-plugin to do the filtering. The
maven-resources-plugin is doing the same thing.... but only from Hudson.
Is 'resource filtering' a maven feature? I'm thinking this should be moved to
the maven2 subcomponent