Hi,
in the pom.xml there is <name>${project.artifactId}</name>, shouldn't this be something like <name>Jansi</name> ?
I found this because i used https://github.com/mikepenz/AboutLibraries (used to list all dependencies) and it shows ${project.artifactId} as the name of the Library.
Hi,
in the
pom.xmlthere is<name>${project.artifactId}</name>, shouldn't this be something like<name>Jansi</name>?I found this because i used https://github.com/mikepenz/AboutLibraries (used to list all dependencies) and it shows
${project.artifactId}as the name of the Library.