EclipseToMavenMojo
for the latest naming conventionspublic class MakeArtifactsMojo extends EclipseToMavenMojo implements org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
eclipse:to-maven
for the latest naming conventions in place, groupId
.
artifactId
.inputHandler, installer
Constructor and Description |
---|
MakeArtifactsMojo()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected String |
createArtifactId(String bundleName)
Deprecated.
Get the artifact id equal to the bundleName e.g.
|
protected String |
createGroupId(String bundleName)
Deprecated.
Get the group id as the three first tokens in artifacts Id e.g.
|
protected String |
osgiVersionToMavenVersion(String version)
Deprecated.
|
protected void |
processPlugin(EclipseOsgiPlugin plugin,
org.apache.maven.model.Model model,
Map plugins,
Map models)
Deprecated.
|
protected void |
resolveVersionRanges(org.apache.maven.model.Model model,
Map models)
Deprecated.
Resolve version ranges in the model provided, overriding version ranges with versions from the dependency in the
provided map of models.
|
contextualize, execute, fixBuildNumberSeparator, getKey, osgiVersionToMavenVersion, parseDependencies, processFile
getLog, getPluginContext, setLog, setPluginContext
protected String osgiVersionToMavenVersion(String version)
osgiVersionToMavenVersion
in class EclipseToMavenMojo
protected String createGroupId(String bundleName)
org.eclipse.jdt
->
org.eclipse.jdt
createGroupId
in class EclipseToMavenMojo
bundleName
- bundle nameprotected String createArtifactId(String bundleName)
org.eclipse.jdt
-> org.eclipse.jdt
createArtifactId
in class EclipseToMavenMojo
bundleName
- bundle nameprotected void resolveVersionRanges(org.apache.maven.model.Model model, Map models) throws org.apache.maven.plugin.MojoFailureException
EclipseToMavenMojo
resolveVersionRanges
in class EclipseToMavenMojo
org.apache.maven.plugin.MojoFailureException
protected void processPlugin(EclipseOsgiPlugin plugin, org.apache.maven.model.Model model, Map plugins, Map models) throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
processPlugin
in class EclipseToMavenMojo
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.