META-INF.maven.archetype-metadata.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-archetype-service-mvc
Show all versions of spring-archetype-service-mvc
OpenTable Spring MVC Service archetype
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. --> <!-- NB: This file is mostly duplicated between the service and component. Make sure to update accordingly. --> <archetype-descriptor name="component"> <requiredProperties> <requiredProperty key="otj-parent-version" /> </requiredProperties> <fileSets> <fileSet filtered="true" packaged="true"> <directory>src/main/java</directory> <includes> <include>**/*.java</include> </includes> </fileSet> <fileSet filtered="true" packaged="true"> <directory>src/test/java</directory> <includes> <include>**/*.java</include> </includes> </fileSet> <fileSet> <directory></directory> <includes> <include>.build-service</include> </includes> </fileSet> </fileSets> </archetype-descriptor>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy