I have a 'Main.java' file.
When I run 'mvn clean package' in the terminal, it packages the jar file.
However, I cannot see where the .jar file is stored. I believe it should be in the 'target' folder on my eclipse repository, but it is not there! (see screenshot below)
In the terminal, I changed the current directory to: '/Users/macbook/eclipse-workspace/newestplugin' before running 'mvn clean package'.
I would be so grateful for a helping hand as to whether there is a way round this so I can actually find the .jar file?
To solve this, I went through the following steps: