You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by cd...@apache.org on 2017/11/21 11:50:42 UTC

[02/50] incubator-edgent-samples git commit: - Fixed JDBCTests not working with usernames containing special characters ("christofer.dutz" in my case) - Finetuned the jacoco config - Changed the console server application to contain the war as embedded r

- Fixed JDBCTests not working with usernames containing special characters ("christofer.dutz" in my case)
- Finetuned the jacoco config
- Changed the console server application to contain the war as embedded resource (Making it work in examples)


Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/commit/d507d892
Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/tree/d507d892
Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/diff/d507d892

Branch: refs/heads/develop
Commit: d507d89221624e0b607dab969106e831ed0656ce
Parents: 9a0ef88
Author: Christofer Dutz <ch...@c-ware.de>
Authored: Tue Aug 15 21:48:56 2017 +0200
Committer: Christofer Dutz <ch...@c-ware.de>
Committed: Tue Aug 15 21:48:56 2017 +0200

----------------------------------------------------------------------
 topology/pom.xml | 30 ------------------------------
 1 file changed, 30 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/d507d892/topology/pom.xml
----------------------------------------------------------------------
diff --git a/topology/pom.xml b/topology/pom.xml
index 0a2581c..76231e2 100644
--- a/topology/pom.xml
+++ b/topology/pom.xml
@@ -32,36 +32,6 @@
 
   <name>Apache Edgent: Samples: Topology</name>
 
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-dependency-plugin</artifactId>
-        <version>3.0.1</version>
-        <executions>
-          <execution>
-            <id>copy</id>
-            <phase>generate-test-resources</phase>
-            <goals>
-              <goal>copy</goal>
-            </goals>
-            <configuration>
-              <artifactItems>
-                <artifactItem>
-                  <groupId>org.apache.edgent.console</groupId>
-                  <artifactId>edgent-console-servlets</artifactId>
-                  <version>${project.version}</version>
-                  <type>war</type>
-                  <outputDirectory>${project.build.directory}/war-resources</outputDirectory>
-                  <destFileName>servlets.war</destFileName>
-                </artifactItem>
-              </artifactItems>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
   <dependencies>
     <!-- parent pom has Edgent provider and SLF4J dependencies -->