Repository: logging-log4j2
Updated Branches:
  refs/heads/master ec11699a3 -> 15ae9d0b5


Add TODO notes in pom.xml about logging-parent

Various things will be able to be removed when migrating to logging-parent.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/e1c052b6
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/e1c052b6
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/e1c052b6

Branch: refs/heads/master
Commit: e1c052b64076d9edd0c5ceb819b857a902237022
Parents: ec11699
Author: Matt Sicker <boa...@gmail.com>
Authored: Sat Jan 21 14:38:59 2017 -0600
Committer: Matt Sicker <boa...@gmail.com>
Committed: Sat Jan 21 14:38:59 2017 -0600

----------------------------------------------------------------------
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/e1c052b6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1a22071..bd5c4a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,6 +163,7 @@
       </otherArchives>
     </mailingList>
   </mailingLists>
+  <!-- TODO: this can be removed after migrating to logging-parent -->
   <licenses>
     <license>
       <name>The Apache Software License, Version 2.0</name>
@@ -176,6 +177,7 @@
     
<url>https://git-wip-us.apache.org/repos/asf?p=logging-log4j2.git;a=summary</url>
     <tag>log4j-${Log4jReleaseVersion}</tag>
   </scm>
+  <!-- TODO: this can be removed after migrating to logging-parent -->
   <organization>
     <name>Apache Software Foundation</name>
     <url>http://www.apache.org</url>
@@ -218,6 +220,7 @@
     <site.plugin.version>3.4</site.plugin.version>
     <remote.resources.plugin.version>1.5</remote.resources.plugin.version>
     
<manifestfile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestfile>
+    <!-- TODO: change to "compiler" instead of "compile" when migrating to 
logging-parent -->
     <maven.compile.source>1.7</maven.compile.source>
     <maven.compile.target>1.7</maven.compile.target>
     <docLabel>Site Documentation</docLabel>
@@ -798,6 +801,7 @@
   <build>
     <pluginManagement>
       <plugins>
+        <!-- TODO: remove after migrating to logging-parent -->
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-remote-resources-plugin</artifactId>
@@ -1107,6 +1111,7 @@
             </goals>
             <configuration>
               <skip>true</skip>
+              <resourceBundles/>
             </configuration>
           </execution>
         </executions>
@@ -1290,6 +1295,7 @@
       </plugin>
     </plugins>
   </reporting>
+  <!-- TODO: this can be removed after migrating to logging-parent -->
   <distributionManagement>
      <repository>
       <id>apache.releases.https</id>

Reply via email to