Currently we have following Artifact Generator classes:
NpmPackageGenerator ( #1294 )NugetPackageGenerator ( #1295 )MavenArtifactGenerator ( #1161 )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.
@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! :)