Flaky deploy with Glassfish/IDEA showing error that maven don't
已回答
Hello! When I deploy our app like everyone in the company does by using
mvn flyway:repair flyway:migrate flyway:info clean -DskipTests install
Then it deploys fine. But if I try using IntelliJ then sometimes it deploys (depending if I previously deployed with mvn), but usually don't.
请先登录再写评论。
Could you please let me know, what's the version of your Glassfish and Intellij?
What errors do you get in the Run console when the app fails to deploy? Do you deploy using the artifact that is built with IntelliJ IDEA or do you use the External Source option to deploy the artifact that was built with Maven?