You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by ra...@apache.org on 2018/12/11 00:32:07 UTC

[2/5] tomee git commit: Added tomee maven plugin

Added tomee maven plugin


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/057dfa9b
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/057dfa9b
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/057dfa9b

Branch: refs/heads/master
Commit: 057dfa9ba547dc1db11cbac966cbba86d171fb14
Parents: 6100810
Author: Daniel Cunha (soro) <da...@apache.org>
Authored: Fri Dec 7 15:58:39 2018 -0300
Committer: Roberto Cortez <ra...@yahoo.com>
Committed: Tue Dec 11 00:31:53 2018 +0000

----------------------------------------------------------------------
 examples/mp-config-example/pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/057dfa9b/examples/mp-config-example/pom.xml
----------------------------------------------------------------------
diff --git a/examples/mp-config-example/pom.xml b/examples/mp-config-example/pom.xml
index 6865200..00e919d 100644
--- a/examples/mp-config-example/pom.xml
+++ b/examples/mp-config-example/pom.xml
@@ -54,5 +54,19 @@
         </dependency>
     </dependencies>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.tomee.maven</groupId>
+                <artifactId>tomee-maven-plugin</artifactId>
+                <version>${project.version}</version>
+                <configuration>
+                    <tomeeClassifier>microprofile</tomeeClassifier>
+                    <context>${project.artifactId}</context>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
 
 </project>
\ No newline at end of file