You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2018/05/08 12:48:49 UTC

[myfaces] 02/23: include myfaces-api in the tarball

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

deki pushed a commit to branch 1_1_3
in repository https://gitbox.apache.org/repos/asf/myfaces.git

commit d6c4fb44e307eaedf7c300b54433eada84078e29
Author: Sean Schofield <sc...@apache.org>
AuthorDate: Mon Apr 24 02:05:21 2006 +0000

    include myfaces-api in the tarball
---
 assembly/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/assembly/pom.xml b/assembly/pom.xml
index 9b525eb..bfbc4a3 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -119,6 +119,13 @@
       <version>${version}</version>
     </dependency>
 
+    <dependency>
+      <groupId>org.apache.myfaces.core</groupId>
+      <artifactId>myfaces-api</artifactId>
+      <version>${version}</version>
+    </dependency>
+
+
   </dependencies>
 
 </project>

-- 
To stop receiving notification emails like this one, please contact
deki@apache.org.