Hi all mates,

I am writing a plugin which needs to filter & then process resources,
I am using the DefaultMavenReaderFilter API below:

 DefaultMavenReaderFilter#filter( Reader, boolean, MavenProject,
List<String>, boolean, MavenSession )

in my resource I declared few variables that have to be interpolated,
everything works except:

  "license": "${project.licenses[0].name}"

which is not interpolated and keeps as the original; if I try to replace it with

  "license": "${project.licenses}",

it is correctly interpolated as

  "license":"[org.apache.maven.model.License@30135202]"

Any idea what I am doing wrong?
Many thanks in advance!
~Simo

http://people.apache.org/~simonetripodi/
http://www.99soft.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to