Skip to content

Commit

Permalink
Fix #671 - don't overwrite tycho.mode property with pom-less extension
Browse files Browse the repository at this point in the history
Signed-off-by: Hannes Wellmann <wellmann.hannes1@gmx.net>
  • Loading branch information
HannesWell authored and laeubi committed Feb 25, 2022
1 parent 7fa521e commit b66db2c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public class TychoPomlessLifecycleParticipant extends AbstractMavenLifecyclePart

@Override
public void afterSessionStart(MavenSession session) throws MavenExecutionException {
session.getUserProperties().setProperty("tycho.mode", "extension");
File moduleProjectDirectory = session.getRequest().getMultiModuleProjectDirectory();
if (moduleProjectDirectory != null) {
File extensionsFile = new File(moduleProjectDirectory, ".mvn/extensions.xml");
Expand Down

0 comments on commit b66db2c

Please sign in to comment.