I have two mavenized projects my_project1 and my_project2 in the same folder. Both of them have their own POM file. One project is dependent upon other.
Now I would like to create a runnable jar and thus I use maven shade plugin. However I get the following error:
Could not find artifact my_project1 in maven2-repository...
How can I specify the path to project my_project1 so that I overcome this error. Btw. is this plugin going to upload my project to the maven repository?