Skip to content

nar-maven-plugin-3.5.1

Compare
Choose a tag to compare
@ctrueden ctrueden released this 01 Jun 21:15
· 236 commits to master since this release

nar-maven-plugin-3.5.1:

Mon Oct 10 14:03:49 2016 -0500

authors with commit counts

Author Count
Curtis Rueden 4
dugilos 2
smisger 1

list of commits

Author Commit
Curtis Rueden POM: fix syntax errors
Curtis Rueden POM: update developers and contributors
Curtis Rueden Use the official BCEL 6.0 release
dugilos GCC WindresResourceCompiler, bad output folder for objects. The method getInputFileArgument of the Compiler classes returns the arguments to pass to the compiler based on the input files. On WindresResourceCompiler the resulting arguments are "-o<resource_filename_wo_ext>..o <resource_fullpath>" : * <resource_filename_wo_ext> = resource filename without path and without extension. * <resource_fullpath> = resource filename with its full path. The object file is generated in src/main/.
Curtis Rueden Add helper methods for detecting use of MSVC
dugilos Correction for mingw on Windows. nar-maven-plugin doesn't work anymore on Windows with mingw, because it tries to run the msvc command "link" during the initialization of the class Msvc in AbstractNarMojo.validate() (even if we don't use msvc).
smisger Fixing squid:S1066--Collapsible "if" statements should be merged

issues fixed

Issue Title
#211 Fixing squid:S1066--Collapsible "if" statements should be merged
#238 Correction for mingw on Windows.
#240 Not working with Java 8, Invalid byte tag
#241 GCC WindresResourceCompiler, bad output folder for objects.