I have a working maven project on eclipse which I made using the archetype for Jakarta EE with an ear packaging using windfly 21. (org.windfly.archetype – wildfly-jakartaee-ear-archetype). After i got a working webpage, i decided to share it on git, using the eclipse GUI. (Right click on project -> Team -> Share). This moves the project onto another folder, as
Tag: m2eclipse
How to deal with missing src/test/java source folder in Android/Maven project?
I’m not very experienced with Maven in combination with Android yet, so I followed these instructions to make a new Android project. When the project has been created, I get the following error message: Project ‘xxx-1.0-SNAPSHOT’ is missing required source folder: ‘src/test/java’ When I try to add a new source folder with New->Other->Java-Source Folder with src/test/java, I get another error
Maven: best way of linking custom external JAR to my project?
It’s my first couple of days learning Maven and I’m still struggling with the basics. I have an external .jar file (not available in the public repos) that I need to reference in my project and I’m trying to figure out what my best option is. It’s a small scale project without a central repository for libraries, so it has