Often time, IntelliJ Idea with maven jetty plugin may hits the following java.lang.OutOfMemoryError: PermGen space error when trying to...
нотатки на полях
Often time, IntelliJ Idea with maven jetty plugin may hits the following java.lang.OutOfMemoryError: PermGen space error when trying to...
My 1st presentation for SoftServe ITA (April, 7 2014) Apache Maven for SoftServe IT Academy from Volodymyr Ostapiv
For Maven testing with JPA we need to have persistence.xml file located in the in src/test/resources and that is not good sometimes, beca...
Maven shade pludin (maven-shade-plugin) is used for creating single executable JAR file with all dependencies (libraries) inside. Works a...
Usually you can use maven-assembly-plugin to build one JAR file with all dependencies (JAR files which your project depends on). But thi...
How to copy/move/delete files before tests and/or change file permissions for Linux OS with maven? I'm using maven-antrun-plugin for...
Got " Unbound Classpath Variable M2_REPO " in Eclipse? It's because M2_REPO system variable is not added to eclipse classpa...
How to run jetty server during integration testing with Maven (on Jenkins machine), deploy and test web application there with Selenium...
<plugin> <artifactId>maven-antrun-plugin</artifactId> <executions> <execution> <id>co...
Comment from here . Generating reports from PMD, FindBugs, code coverage reports (cobertura) with maven. On mvn site stage
Maven build and deploy to jBoss sample pom.xml Works with maven 2.2.1 and jBoss 5.1.0, but there are 2 problems: 1. JMX deployment used, so...
How to resolve maven dependency problem with log4j 1.2.15 Just open your pom.xml and find the log4j artifact: <dependency> ...