RE: Extend Dependency Class or Dependecies in runtime

2006-09-19 Thread Brian E. Fox
or Dependecies in runtime I'm developing a new plug-in to deploy artifacts using auto deploy and I need to pass in the POM additional information per each dependency. Is there a way to change the Dependency class to accept more variables than just groupId, artifactId and version (and scop

Extend Dependency Class or Dependecies in runtime

2006-09-19 Thread Laura Hinojosa
I'm developing a new plug-in to deploy artifacts using auto deploy and I need to pass in the POM additional information per each dependency. Is there a way to change the Dependency class to accept more variables than just groupId, artifactId and version (and scope and type)? I need to add my