This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git

commit 6f1201de1c7a10791998273415035554e638f9f3
Author: Christofer Dutz <christofer.d...@c-ware.de>
AuthorDate: Tue Jan 29 13:44:27 2019 +0100

    - Added a "sandbox" module
---
 pom.xml         |  3 +++
 sandbox/pom.xml | 39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/pom.xml b/pom.xml
index 64059f1..9943353 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,6 +153,9 @@
     <!-- Integration modules for other frameworks -->
     <module>integrations</module>
 
+    <!-- Sandbox for testing new stuff -->
+    <module>sandbox</module>
+
     <!-- Examples -->
     <module>examples</module>
   </modules>
diff --git a/sandbox/pom.xml b/sandbox/pom.xml
new file mode 100644
index 0000000..89c9fb1
--- /dev/null
+++ b/sandbox/pom.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+  -->
+<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/xsd/maven-4.0.0.xsd";>
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.plc4x</groupId>
+    <artifactId>plc4x-parent</artifactId>
+    <version>0.4.0-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>plc4x-sandbox</artifactId>
+  <packaging>pom</packaging>
+
+  <name>Sandbox</name>
+  <description>Place where new stuff is located before it is regarded 
production-quality.</description>
+
+  <modules>
+  </modules>
+
+</project>
\ No newline at end of file

Reply via email to