I would like to create a jar
file including some files from a non-java project and then have Maven be aware of the file, so I can define dependencies on it and so on.
Is there a way to "mavenize" an existing jar
, or create a "maven jar" from some files, so that I can easily (in script) define its artifactId, versionId
and other information?