You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @KinoLien and thanks for the replay
In my java project (see : swing-effects), am using maven to manage the project's build process.
Maven is - at its heart - a plugin execution framework; all the work is done by plugins.
So, in this project, the wagon-maven-plugin is used to download source files from the remote Github repository during the build prcess.
To ensure that the source are the latest, am always using the master branch (~/archive/master.zip)
But the remote repository contains also other files/directories wich we dont need them ! The question is : is it possible to use gitzip in conjenction with wagon-maven-plugin to download only the content of a sub-directory (../src).
No description provided.
The text was updated successfully, but these errors were encountered: