diff --git a/readme.md b/readme.md index 9e13269..ed863fd 100644 --- a/readme.md +++ b/readme.md @@ -79,10 +79,10 @@ archetype uses container managed security. There are two ways to do this. interface script. This will add a security domain named `javaee-security-quickstart`. If you want to change it, be sure to change the `src/main/webapp/WEB-INF/jboss-web.xml` file as well. -2) Manually add the file jboss-security-domain.xml, found in the root of your new project, to the Wildfly server's -configuration file, which is typically standalone.xml. Find the `` -section of the configuration file and insert the contents of -the jboss-security-domain.xml into the section as a new ``. +2) Manually add the file `javaee-security-domain.xml`, found in the root of your new project, to +the Wildfly server's configuration file, which is typically standalone.xml. Find the `` +section of the configuration file and insert the contents of the jboss-security-domain.xml into the +section as a new ``. ### Test the project diff --git a/src/main/resources/META-INF/maven/archetype-metadata.xml b/src/main/resources/META-INF/maven/archetype-metadata.xml index aa206a7..471c56c 100644 --- a/src/main/resources/META-INF/maven/archetype-metadata.xml +++ b/src/main/resources/META-INF/maven/archetype-metadata.xml @@ -102,7 +102,7 @@ .classpath .project - jboss-security-domain.xml + javaee-security-domain.xml diff --git a/src/main/resources/archetype-resources/jboss-security-domain.xml b/src/main/resources/archetype-resources/jboss-security-domain.xml deleted file mode 100644 index 77078c1..0000000 --- a/src/main/resources/archetype-resources/jboss-security-domain.xml +++ /dev/null @@ -1,15 +0,0 @@ -#set( $symbol_pound = '#' ) -#set( $symbol_dollar = '$' ) -#set( $symbol_escape = '\' ) - - - - - - - - - - - - diff --git a/src/main/resources/archetype-resources/readme.md b/src/main/resources/archetype-resources/readme.md index 9e13269..ed863fd 100644 --- a/src/main/resources/archetype-resources/readme.md +++ b/src/main/resources/archetype-resources/readme.md @@ -79,10 +79,10 @@ archetype uses container managed security. There are two ways to do this. interface script. This will add a security domain named `javaee-security-quickstart`. If you want to change it, be sure to change the `src/main/webapp/WEB-INF/jboss-web.xml` file as well. -2) Manually add the file jboss-security-domain.xml, found in the root of your new project, to the Wildfly server's -configuration file, which is typically standalone.xml. Find the `` -section of the configuration file and insert the contents of -the jboss-security-domain.xml into the section as a new ``. +2) Manually add the file `javaee-security-domain.xml`, found in the root of your new project, to +the Wildfly server's configuration file, which is typically standalone.xml. Find the `` +section of the configuration file and insert the contents of the jboss-security-domain.xml into the +section as a new ``. ### Test the project diff --git a/src/main/resources/archetype-resources/src/main/webapp/views/test.html b/src/main/resources/archetype-resources/src/main/webapp/views/test.html deleted file mode 100644 index 6631503..0000000 --- a/src/main/resources/archetype-resources/src/main/webapp/views/test.html +++ /dev/null @@ -1,63 +0,0 @@ -#set( $symbol_pound = '#' ) -#set( $symbol_dollar = '$' ) -#set( $symbol_escape = '\' ) - - - - - - - - Java EE MVC - Change Password -
- -
- - -
-
Change Password
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - - - \ No newline at end of file diff --git a/src/test/resources/projects/basic/archetype.properties b/src/test/resources/projects/basic/archetype.properties index 7bf38c0..0aa413e 100644 --- a/src/test/resources/projects/basic/archetype.properties +++ b/src/test/resources/projects/basic/archetype.properties @@ -1,4 +1,4 @@ -#Tue Aug 02 16:07:24 PDT 2016 +#Tue Aug 02 18:26:01 PDT 2016 package=it.pkg version=0.1-SNAPSHOT groupId=archetype.it