Questions tagged [maven-unleash-plugin]

2 questions
1
vote
1 answer

How do I specify the Java VM which should be used to build the release during mvn unleash:perform?

I get build errors when using mvn unleash:perform because it tries to use the default Java VM to build the release instead of the one pointed to with JAVA_HOME or the one which was used to start the maven-unleash-plugin. With…
Aaron Digulla
  • 321,842
  • 108
  • 597
  • 820
0
votes
1 answer

Unleash - BeanCreationException: Error creating bean with name 'unleashConfig'

I'm new to feature toggles and using them in a java project. So I'm trying to integrate unleash into my Demo Vaadin Flow Project which is giving me this BeanCreationException/IllegalArgumentException: at…