diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-02-13 12:20:05 -0500 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2020-02-13 20:42:11 +0000 |
commit | dd1e8806f6486cfa2a0e488a6329db5ece3fb8e6 (patch) | |
tree | 8a4fa1b29b7f22086aa02a488e73fbe30ba01b43 /reference/logging-mock-service | |
parent | 14b43762d64cdda2e90a59807f2b61ce499be4a4 (diff) |
Refactoring POM's and .gitignore
Removing IDE generated files
Issue-ID: LOG-1200
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Ie9182553ae5ea3ee1c852049678c92860a7eedb0
Diffstat (limited to 'reference/logging-mock-service')
-rw-r--r-- | reference/logging-mock-service/.classpath | 27 | ||||
-rw-r--r-- | reference/logging-mock-service/.gitignore | 2 | ||||
-rw-r--r-- | reference/logging-mock-service/.project | 53 | ||||
-rw-r--r-- | reference/logging-mock-service/pom.xml | 2 |
4 files changed, 1 insertions, 83 deletions
diff --git a/reference/logging-mock-service/.classpath b/reference/logging-mock-service/.classpath deleted file mode 100644 index f941705..0000000 --- a/reference/logging-mock-service/.classpath +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> - <classpathentry kind="src" output="target/classes" path="src/main/java"> - <attributes> - <attribute name="optional" value="true"/> - <attribute name="maven.pomderived" value="true"/> - </attributes> - </classpathentry> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> - <attributes> - <attribute name="maven.pomderived" value="true"/> - </attributes> - </classpathentry> - <classpathentry kind="src" output="target/test-classes" path="src/test/java"> - <attributes> - <attribute name="optional" value="true"/> - <attribute name="maven.pomderived" value="true"/> - </attributes> - </classpathentry> - <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> - <attributes> - <attribute name="maven.pomderived" value="true"/> - <attribute name="org.eclipse.jst.component.nondependency" value=""/> - </attributes> - </classpathentry> - <classpathentry kind="output" path="target/classes"/> -</classpath> diff --git a/reference/logging-mock-service/.gitignore b/reference/logging-mock-service/.gitignore deleted file mode 100644 index 99d2bb1..0000000 --- a/reference/logging-mock-service/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/target/ -/build/ diff --git a/reference/logging-mock-service/.project b/reference/logging-mock-service/.project deleted file mode 100644 index 8e8b873..0000000 --- a/reference/logging-mock-service/.project +++ /dev/null @@ -1,53 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>logging-mock-service</name> - <comment></comment> - <projects> - </projects> - <buildSpec> - <buildCommand> - <name>org.eclipse.jdt.core.javabuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>org.eclipse.wst.common.project.facet.core.builder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>net.sf.eclipsecs.core.CheckstyleBuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>org.eclipse.wst.validation.validationbuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>org.springframework.ide.eclipse.core.springbuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>org.springframework.ide.eclipse.boot.validation.springbootbuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>org.eclipse.m2e.core.maven2Builder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>org.eclipse.jem.workbench.JavaEMFNature</nature> - <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature> - <nature>org.springframework.ide.eclipse.core.springnature</nature> - <nature>net.sf.eclipsecs.core.CheckstyleNature</nature> - <nature>org.eclipse.m2e.core.maven2Nature</nature> - <nature>org.eclipse.wst.common.project.facet.core.nature</nature> - <nature>org.eclipse.jdt.core.javanature</nature> - </natures> -</projectDescription> diff --git a/reference/logging-mock-service/pom.xml b/reference/logging-mock-service/pom.xml index a627157..21b0d70 100644 --- a/reference/logging-mock-service/pom.xml +++ b/reference/logging-mock-service/pom.xml @@ -11,7 +11,7 @@ <artifactId>logging-mock-service</artifactId> <packaging>jar</packaging> - <name>logging-mock-service</name> + <name>logging-analytics :: ${project.artifactId}</name> <properties> </properties> |