You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by at...@apache.org on 2015/12/23 13:46:11 UTC

[2/2] commons-scxml git commit: SCXML-241: disable animal-sniffer as it doesn't have Java 8 support (will it ever?)

SCXML-241: disable animal-sniffer as it doesn't have Java 8 support (will it ever?)


Project: http://git-wip-us.apache.org/repos/asf/commons-scxml/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-scxml/commit/eac3f6a1
Tree: http://git-wip-us.apache.org/repos/asf/commons-scxml/tree/eac3f6a1
Diff: http://git-wip-us.apache.org/repos/asf/commons-scxml/diff/eac3f6a1

Branch: refs/heads/master
Commit: eac3f6a1a4edc47b100d59aa56ec9b7efcc4f855
Parents: 66c9c0a
Author: Ate Douma <at...@apache.org>
Authored: Wed Dec 23 13:45:23 2015 +0100
Committer: Ate Douma <at...@apache.org>
Committed: Wed Dec 23 13:45:23 2015 +0100

----------------------------------------------------------------------
 pom.xml                             | 2 --
 src/site/resources/profile.noanimal | 1 +
 2 files changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-scxml/blob/eac3f6a1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 966b6f0..e4cdb5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -199,8 +199,6 @@
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-    <!-- Overriding signatures version because org.codehaus.mojo.signature:java16:1.0 cannot detect javax.xml.stream.XMLInputFactory. -->
-    <commons.animal-sniffer.signature.version>1.1</commons.animal-sniffer.signature.version>
     <!-- Allow override of the logging level -->
     <simplelog.defaultlog>fatal</simplelog.defaultlog>
   </properties>

http://git-wip-us.apache.org/repos/asf/commons-scxml/blob/eac3f6a1/src/site/resources/profile.noanimal
----------------------------------------------------------------------
diff --git a/src/site/resources/profile.noanimal b/src/site/resources/profile.noanimal
new file mode 100644
index 0000000..bc51351
--- /dev/null
+++ b/src/site/resources/profile.noanimal
@@ -0,0 +1 @@
+# there is no animal-sniffer signature for Java 8, therefore for now disabled
\ No newline at end of file