Strongbox: Make all Artifact Generators implement the ArtifactGenerator interface

Created on 22 Mar 2019  路  4Comments  路  Source: strongbox/strongbox

Task Description

Currently we have following Artifact Generator classes:

  • [x] NpmPackageGenerator ( #1294 )
  • [x] NugetPackageGenerator ( #1295 )
  • [x] MavenArtifactGenerator ( #1161 )
  • [x] PypiArtifactGenerator ( #1298 )

We need to make all this classes implement the org.carlspring.strongbox.artifact.generator.ArtifactGenerator interface.

The implementation should provide adapter logic between the ArtifactGenerator contract and concrete generator class.

Help

  • Our chat
  • Points of contact:

    • @carlspring

    • @sbespalov

    • @fuss86

good first issue help wanted

All 4 comments

@sbespalov, @carlspring I would like to work on this issue.

Hi,

Please, felt free to pick it up and to join our chat channel.

@yugander-krishan-singh , you can have a look at #1161 and do the same for the npm and nuget generators.

Done! :)

Thanks to all of you who helped! :)

Was this page helpful?
0 / 5 - 0 ratings