apigee / proxy-dependency-maven-plugin

Other
10 stars 9 forks source link

Dependency plugin is doing clean, mkdir, copy, and search and replace #21

Open dzuluaga opened 10 years ago

dzuluaga commented 10 years ago

As per last conversation with Srikanth, in order to make proxy dependency plugin more reusable and specialized, so that Grunt.js or any other tool can execute this task. It'd be great that other dependency tasks, which proxy plugin depends from, are rather externalized. So, other tasks can take place and aren't overwritten when proxy dependency plugin executes. In this case, tasks such us clean, mkdir, and copy would be external dependencies declared in the pom.xml instead.

Thanks in advance!