diff --git a/dao/pom.xml b/dao/pom.xml index ccf990be5..3134dad96 100644 --- a/dao/pom.xml +++ b/dao/pom.xml @@ -1,24 +1,69 @@ - 4.0.0 - - com.iluwatar - java-design-patterns - 1.8.0-SNAPSHOT - - dao - - - - junit - junit - test - - - log4j - log4j - - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" + xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + 4.0.0 + + com.iluwatar + java-design-patterns + 1.8.0-SNAPSHOT + + dao + + + + junit + junit + test + + + log4j + log4j + + + + + + + + + + src/main/resources + + + src/main/resources + + log4j.xml + + .. + + + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.6 + + + log4j.xml + + + + true + + + + + + + diff --git a/dao/src/test/resources/log4j.xml b/dao/src/main/resources/log4j.xml similarity index 100% rename from dao/src/test/resources/log4j.xml rename to dao/src/main/resources/log4j.xml