MPECLIPSE-96 classpathentry contains trailing pipe character that confuses Eclipse 3.1 MPECLIPSE-80 Generate .wtpmodules files MPECLIPSE-78 avoid duplicated builders/natures MPECLIPSE-63 don't want the hardcoded org.eclipse.jdt.core.javabuilder MPECLIPSE-92 Setting relative path value to "maven.eclipse.output.dir" generates wrong absolute classpath entry MPECLIPSE-72 Failing use cases for projects with just resources MPECLIPSE-57 Make sourcepath more flexible git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@310226 13f79535-47bb-0310-9956-ffa450edef68
30 lines
1.4 KiB
Properties
30 lines
1.4 KiB
Properties
# -------------------------------------------------------------------
|
|
# Copyright 2001-2004 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.gen.src=${maven.build.dir}/generated-sources
|
|
maven.eclipse.src.extension = zip
|
|
maven.eclipse.resources.addtoclasspath=false
|
|
maven.eclipse.servletapilist=servletapi:servletapi,geronimo-spec:geronimo-spec-servlet |