is not current version
Last Version 2.7.3

org.eclipse.tycho.extras:tycho-pomless 1.6.0

A build extension which allows to omit pom.xml files for bundles and features. Maven groupId is inherited from the mandatory parent pom in the parent directory, artifactId and version are derived from MANIFEST.MF and feature.xml.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.tycho.extras
ArtifactId

ArtifactId

tycho-pomless
Version

Version

1.6.0
Type

Type

jar

Download tycho-pomless 1.6.0


<!-- https://jarcasting.com/artifacts/org.eclipse.tycho.extras/tycho-pomless/ -->
<dependency>
    <groupId>org.eclipse.tycho.extras</groupId>
    <artifactId>tycho-pomless</artifactId>
    <version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.tycho.extras/tycho-pomless/
implementation 'org.eclipse.tycho.extras:tycho-pomless:1.6.0'
// https://jarcasting.com/artifacts/org.eclipse.tycho.extras/tycho-pomless/
implementation ("org.eclipse.tycho.extras:tycho-pomless:1.6.0")
'org.eclipse.tycho.extras:tycho-pomless:jar:1.6.0'
<dependency org="org.eclipse.tycho.extras" name="tycho-pomless" rev="1.6.0">
  <artifact name="tycho-pomless" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.tycho.extras', module='tycho-pomless', version='1.6.0')
)
libraryDependencies += "org.eclipse.tycho.extras" % "tycho-pomless" % "1.6.0"
[org.eclipse.tycho.extras/tycho-pomless "1.6.0"]