Fix maven issue with included properties files
authorMathieu Baudier <mbaudier@argeo.org>
Mon, 22 Oct 2012 15:52:50 +0000 (15:52 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Mon, 22 Oct 2012 15:52:50 +0000 (15:52 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@5633 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

security/plugins/pom.xml
server/plugins/org.argeo.jcr.ui.explorer/log4j.properties [deleted file]
server/plugins/pom.xml

index c426ba9da34fb2305485e3769e03561bbee426f6..73b9300231118d250ac8ad95be55b92d8dd6f900 100644 (file)
@@ -27,6 +27,7 @@
                                <includes>
                                        <include>plugin.xml</include>
                                        <include>security*.properties</include>
+                                       <include>plugin.properties</include>
                                        <include>META-INF/**</include>
                                        <include>branding/**</include>
                                        <include>icons/**</include>
diff --git a/server/plugins/org.argeo.jcr.ui.explorer/log4j.properties b/server/plugins/org.argeo.jcr.ui.explorer/log4j.properties
deleted file mode 100644 (file)
index 46b724c..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-log4j.rootLogger=WARN, console
-
-## Levels
-log4j.logger.org.argeo=DEBUG
-log4j.logger.org.springframework.security=WARN
-
-log4j.logger.org.apache.catalina=INFO
-log4j.logger.org.apache.coyote=INFO
-log4j.logger.org.apache.tomcat=INFO
-log4j.logger.org.springframework.osgi.web.deployer.tomcat=WARN
-
-log4j.logger.org.apache.directory.server=INFO
-log4j.logger.org.apache.directory.server.core.partition=ERROR
-log4j.logger.org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry=ERROR
-
-log4j.logger.org.apache.jackrabbit=WARN
-log4j.logger.org.apache.jackrabbit.core.query.lucene=ERROR
-
-## Appenders
-# console is set to be a ConsoleAppender.
-log4j.appender.console=org.apache.log4j.ConsoleAppender
-
-# console uses PatternLayout.
-log4j.appender.console.layout=org.apache.log4j.PatternLayout
-log4j.appender.console.layout.ConversionPattern= %-5p %d{ISO8601} %m - %c - [%t]%n
index c12b3f086ea451e26cd2f39c1819187094434a18..0d4cab19d07d83f24b341c48b3ff3b83e18f535e 100644 (file)
@@ -1,4 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
@@ -24,6 +25,9 @@
                                        <include>plugin.xml</include>
                                        <include>META-INF/**</include>
                                        <include>icons/**</include>
+                                       <include>plugin.properties</include>
+                                       <!-- Specific -->
+                                       <include>jcrexplorer.properties</include>
                                </includes>
                        </resource>
                </resources>