4.0.0
com.itac.interface
imsinterfaces-lib
imsinterfaces-lib
${mes.interface.version}
com.itac.interface
imsinterfaces
${mes.interface.version}
com.itac.interface
imsinterfaces-installer
jar
com.itac.interface
imsinterfaces-asm-oib-suite
zip
provided
windows
com.itac.interface.interfaces
data-interface-cogiscan-plugin
zip
provided
com.itac.interface.commonsmt
commonsmt-plugindoc
zip
doc
provided
com.itac.interface.interfaces
imsinterfaces-commonsmt-plugin
zip
provided
plugin
com.itac.interface.interfaces
imsinterfaces-commonsmt-dotnetplugin
zip
provided
windows
com.itac.interface.interfaces
imsinterfaces-commonsmt-dotnetplugin
zip
provided
sources
com.itac.interface.interfaces
data-interface-line-dashboard-plugin
zip
provided
com.itac.interface.interfaces
data-interface-yamaha-plugin
zip
provided
com.itac.interface.interfaces
data-interface-config-bundle
jar
jar-with-dependencies
provided
org.apache.maven.plugins
maven-dependency-plugin
copy-dependencies
prepare-package
copy-dependencies
${project.build.directory}/lib
false
false
true
true
provided
war
copy-onlinedoc-dependencies
prepare-package
copy-dependencies
${project.build.directory}/lib
false
false
true
true
provided
war
true
maven-resources-plugin
copy-installer
validate
copy-resources
${project.basedir}/target/lib
${project.basedir}/../installer/target
false
*.exe
org.codehaus.gmaven
gmaven-plugin
prepare-package
execute
File targetDir = new File(project.build.directory, "lib");
if (targetDir.exists()) {
File[] files =
targetDir.listFiles();
File outputFile = new File(targetDir, "downloads.txt");
PrintWriter pw = new
PrintWriter(outputFile);
for (File file : files) {
pw.println(file.getName());
}
pw.close();
}