Submitted by: Nicolas de Loof git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@432959 13f79535-47bb-0310-9956-ffa450edef68
33 lines
1.5 KiB
Properties
33 lines
1.5 KiB
Properties
# -------------------------------------------------------------------
|
|
# Copyright 2001-2006 The Apache Software Foundation.
|
|
#
|
|
# 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.
|
|
# -------------------------------------------------------------------
|
|
|
|
# -------------------------------------------------------------------
|
|
# P L U G I N P R O P E R I E S
|
|
# -------------------------------------------------------------------
|
|
# Eclipse plugin.
|
|
# -------------------------------------------------------------------
|
|
|
|
# Generate Eclipse external tools mappings for the specified goals.
|
|
# This accepts two values: 'all' for all the goals,
|
|
# and 'plugins' to generate only the plugins' default goals.
|
|
maven.eclipse.goals = plugins
|
|
maven.eclipse.project.name=${pom.artifactId}
|
|
maven.gen.src=${maven.build.dir}/generated-sources
|
|
maven.eclipse.src.extension = zip
|
|
maven.eclipse.src.download = true
|
|
maven.eclipse.javadoc.download = true
|
|
maven.eclipse.resources.addtoclasspath=false
|
|
maven.eclipse.servletapilist=javax.servlet:servlet-api,servletapi:servletapi,geronimo-spec:geronimo-spec-servlet |