com.enofex.naikan.maven.ModelConverter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of naikan-maven-plugin Show documentation
Show all versions of naikan-maven-plugin Show documentation
The Naikan Model Plugin for Naikan the software inventory management tool for dev teams driven by our CI/CD pipeline.
package com.enofex.naikan.maven;
import com.enofex.naikan.model.Bom;
import org.apache.maven.execution.MavenSession;
import org.apache.maven.project.MavenProject;
@FunctionalInterface
public interface ModelConverter {
Bom convert(MavenSession session, MavenProject project, Bom existingBom);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy