~~ Licensed to the Apache Software Foundation (ASF) under one ~~ or more contributor license agreements. See the NOTICE file ~~ distributed with this work for additional information ~~ regarding copyright ownership. The ASF licenses this file ~~ to you 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. ------ Usage ------ Apache Directory Project ------ Oct 2007 ------ Usage Brief examples on how to use the dependency goals. * Generic Plugin configuration information See the following links for information about including and configuring plugins in your project: *{{{http://maven.apache.org/guides/mini/guide-configuring-plugins.html}Configuring Plugins}} *{{{http://maven.apache.org/guides/plugin/guide-java-plugin-development.html}Plugin Development}} *{{{http://maven.apache.org/guides/introduction/introduction-to-plugin-prefix-mapping.html}Plugin Prefix}} * The <<>> mojo Prefix built jar Prefixes the content of the built jar with its artifact name (normally used to build extractable studio-*-feature.jar). +---+ [...] org.apache.directory.studio maven-studio-plugin prefix-jar-content [...] +---+ * The <<>> mojo Add or replace a file to existing, distributed artifact Adds or replaces a file in an existing, distributed artifact. +---+ [...] org.apache.directory.studio maven-studio-plugin replace-plugin.xml-in-org.eclipse.search process-resources replace-file-in-eclipse-artifact src/main/configuration/org.eclipse.search/plugin.xml ${studio-dir}/plugins false target/eclipse/plugins org.eclipse org.eclipse.search [...] +---+