Add gitignore & explicit plugin version 11/1811/1
authorroot <ha076r@att.com>
Wed, 8 Mar 2017 17:41:16 +0000 (12:41 -0500)
committerroot <ha076r@att.com>
Wed, 8 Mar 2017 17:46:01 +0000 (12:46 -0500)
Change-Id: Ice64021a3dc44d4dc4c6a7c56858b2ea406cb815
Signed-off-by: root <ha076r@att.com>
.gitignore [new file with mode: 0644]
installation/appc/pom.xml

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..fb98f84
--- /dev/null
@@ -0,0 +1,56 @@
+#####standard .git ignore entries#####
+
+## IDE Specific Files ##
+org.eclipse.core.resources.prefs
+.classpath
+.project
+.settings
+.idea
+.externalToolBuilders
+maven-eclipse.xml
+workspace
+
+# Used to not upload Blackduck Scans
+**/*.jsonld
+**/blackDuckHubProjectName.txt
+**/blackDuckHubProjectVersionName.txt
+
+## Compilation Files ##
+*.class
+**/target
+target
+target-ide
+MANIFEST.MF
+
+## Misc Ignores (OS specific etc) ##
+bin/
+dist
+*~
+*.ipr
+*.iml
+*.iws
+classes
+out/
+.DS_STORE
+.metadata
+
+## antlr4 generated files ##
+ExprGrammarBaseListener.java
+ExprGrammarLexer.java
+ExprGrammarListener.java
+ExprGrammarParser.java
+ExprGrammar.tokens
+ExprGrammarLexer.tokens
+
+# BlackDuck generated file
+sdnc-oam_bdio.jsonld
+
+#Chef local mode cache
+local-mode-cache
+
+# Generated local docker image
+**/docker-files/opt
+**/src/main/resources/opt
+
+#dgbuilder releases
+**/dgbuilder/releases
index ee8242d..b88d3d3 100644 (file)
                        <plugin>
                                <artifactId>exec-maven-plugin</artifactId>
                                <groupId>org.codehaus.mojo</groupId>
+                               <version>1.5.0</version>
                                <executions>
                                        <execution>
                                                <id>Get features</id>
                                        <plugin>
                                                <artifactId>exec-maven-plugin</artifactId>
                                                <groupId>org.codehaus.mojo</groupId>
+                                               <version>1.5.0</version>
                                                <executions>
                                                        <execution>
                                                                <id>Get features</id>