telia-oss / concourse-tasks

Common concourse tasks.
MIT License
3 stars 5 forks source link

Start drafting a common task for maven install. If maven resource can… #11

Closed itsdalmo closed 6 years ago

itsdalmo commented 6 years ago

…not be used.

itsdalmo commented 6 years ago

The alternative is to use this somehow: https://github.com/patrickcrocker/maven-resource

With the resource it seems we'd have to specify one concourse resource per artifact that was required for building our 'current' artifact. In a big pipeline this would not matter, but it might get messy in smaller pipelines that might have several dependencies in a private maven repo?