/[Apache-SVN]
ViewVC logotype

Revision 1426955


Jump to revision: Previous Next
Author: jasha
Date: Sun Dec 30 15:48:35 2012 UTC (11 years, 3 months ago)
Changed paths: 49
Log Message:
RAVE-864 Add Maven archetype for generating a custom Rave project

Changed paths

Path Details
Directoryrave/trunk/pom.xml modified , text changed
Directoryrave/trunk/rave-custom-project-archetype/ added
Directoryrave/trunk/rave-custom-project-archetype/pom.xml added
Directoryrave/trunk/rave-custom-project-archetype/src/ added
Directoryrave/trunk/rave-custom-project-archetype/src/main/ added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/ added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/META-INF/ added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/META-INF/maven/ added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/ added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-portal/ added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-portal/pom.xml added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-portal/src/ added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-portal/src/main/ added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-portal/src/main/dist/ added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-portal/src/main/dist/conf/ added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-portal/src/main/dist/conf/tomcat-users.xml added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-portal/src/main/java/ added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-portal/src/main/java/CustomUserService.java added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-portal/src/main/webapp/ added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-portal/src/main/webapp/WEB-INF/ added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-portal/src/main/webapp/WEB-INF/applicationContext-security.xml added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-portal/src/main/webapp/WEB-INF/tags/ added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-portal/src/main/webapp/WEB-INF/tags/custom_css.tag added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-portal/src/main/webapp/WEB-INF/web.xml added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-portal/src/main/webapp/static/ added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-portal/src/main/webapp/static/css/ added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-portal/src/main/webapp/static/css/custom.css added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-portal/src/test/ added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-portal/src/test/java/ added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-portal/src/test/java/CustomUserServiceTest.java added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-portal/src/test/resources/ added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-portal/src/test/resources/log4j.xml added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-shindig/ added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-shindig/pom.xml added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-shindig/src/ added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-shindig/src/main/ added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-shindig/src/main/webapp/ added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-shindig/src/main/webapp/WEB-INF/ added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-shindig/src/main/webapp/WEB-INF/web.xml added
Directoryrave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/pom.xml added
Directoryrave/trunk/rave-custom-project-archetype/src/test/ added
Directoryrave/trunk/rave-custom-project-archetype/src/test/resources/ added
Directoryrave/trunk/rave-custom-project-archetype/src/test/resources/projects/ added
Directoryrave/trunk/rave-custom-project-archetype/src/test/resources/projects/basic/ added
Directoryrave/trunk/rave-custom-project-archetype/src/test/resources/projects/basic/archetype.properties added
Directoryrave/trunk/rave-custom-project-archetype/src/test/resources/projects/basic/goal.txt added
Directoryrave/trunk/rave-integration-tests/pom.xml modified , text changed
Directoryrave/trunk/rave-portal/pom.xml modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26