Files
helidon/examples/archetypes/archetype.properties
Romain Grecourt 12193185ff Add readme badges (#3)
* inject ~/.m2/settings-security.xml from env variable

* fix URLs for distribution management and repositories

* update version to be 0.9.0-SNAPSHOT

* move repository definition for ossrh-releases in a profile

* add badges to the README.md

* encode space for 'latest version', update slack badge, update twitter link

* refine the badges

* remove slack badge
2018-08-29 14:15:16 -07:00

25 lines
1021 B
Properties

#
# Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved.
#
# 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.
#
# See
# https://maven.apache.org/archetype/maven-archetype-plugin/examples/create-with-property-file.html
archetype.groupId=io.helidon.archetypes
# Expanded by create-archetypes.sh script
archetype.artifactId=${archetypeArtifactId}
archetype.version=0.9.0-SNAPSHOT
archetype.languages=java, docker
excludePatterns=**/.idea/**, *.iml, target/**, build/**, build.gradle, settings.gradle, .gradle/**