You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2018/04/24 08:46:57 UTC

[struts] branch struts-2-4 updated: Disables blank app

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

lukaszlenart pushed a commit to branch struts-2-4
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/struts-2-4 by this push:
     new 61b3663  Disables blank app
61b3663 is described below

commit 61b3663bbfe09dfa2de59ef8f64ec00551f4175c
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Mon Apr 23 20:40:46 2018 +0200

    Disables blank app
---
 apps/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/pom.xml b/apps/pom.xml
index bb1b6df..cce2d0f 100644
--- a/apps/pom.xml
+++ b/apps/pom.xml
@@ -32,7 +32,7 @@
     <packaging>pom</packaging>
     <name>Struts 2 Webapps</name>
     <modules>
-        <module>blank</module>
+        <!-- module>blank</module -->
         <module>jboss-blank</module>
         <module>mailreader</module>
         <module>portlet</module>

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