Pages
(Move to ...)
Home
Info
HowTo
Code
Publications
Finance
Links
Legal
▼
Showing posts with label
Maven
.
Show all posts
Showing posts with label
Maven
.
Show all posts
23/01/2026
[Maven] Replace backslashes in property
›
Using Maven to build code on both Windows and Unix systems, you might end up with some quirky situations especially related to file path han...
05/09/2024
[Java] Generate POJO from XSD in Maven
›
Assuming you have a nice correct XSD file with proper namespace references and all, then you could convert it to a POJO (or more) using jaxb...
31/01/2020
[Maven] Copy files to folder
›
Similarily to the Maven dependency plugin which copies resources from an artifact to a specific location, we can use Maven resources plugin...
17/10/2019
[Maven] Run HP Fortify scan during build
›
If you have Fortify static code analyzer (aka HP Fortify) and intend to use it with your builds, you can configure the sca-maven-plugin to...
[Maven] Code coverage during build
›
If you want to generate code coverage reports during your build, you can use an analyzer that will scan your code and your tests and give yo...
[Maven] checkstyle during build
›
If you use autoformatting (and you should) for your code, you might also want to check for formatting violations as part of a build to ensur...
21/09/2019
[Maven] Copy specific files from artifact in local directory
›
With Maven dependency plugin , it is possible to unpack certain content from specific artifacts in a desired directory during a certain phas...
[Maven] Delete folders during specific phase
›
Using Maven clean plugin , it is possible to specify a clean behaviour to delete only selected folders during a certain phase: <build...
22/08/2019
[Maven] Generate Avro sources at compile time
›
If you are using Apache Avro in your project, you might want to automatize the sources generation step so that at every compile, the target...
›
Home
View web version