Skip to content

Commit 6eb1b68

Browse files
committed
Add takari smart builder to exported artifacts
But it is NOT REALLY an exported (by package) at all, but it prevents loading it as transitive dependency of any other extensions, like Tycho is.
1 parent 0fc8a9d commit 6eb1b68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

daemon/src/main/resources/META-INF/maven/extension.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,7 @@ under the License.
2626

2727
<exportedArtifacts>
2828
<exportedArtifact>org.codehaus.plexus:plexus-interactivity-api</exportedArtifact>
29+
<!-- Not really exported (as package); here to prevent adding Takari Smart Builder as transitive of some extension like Tycho is -->
30+
<exportedArtifact>io.takari.maven:takari-smart-builder</exportedArtifact>
2931
</exportedArtifacts>
3032
</extension>

0 commit comments

Comments
 (0)