diff options
author | Brett Porter <brett@apache.org> | 2006-06-08 07:15:34 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2006-06-08 07:15:34 +0000 |
commit | 86db5311d45b14c134307b9c8ee81d9d0e14f30e (patch) | |
tree | bcfa9ab4c9f236181ba05aac3c0c4f36fe6c9700 /pom.xml | |
parent | 8532c8ed0adc8db9738301da1dcda1271a3513c1 (diff) | |
download | archiva-86db5311d45b14c134307b9c8ee81d9d0e14f30e.tar.gz archiva-86db5311d45b14c134307b9c8ee81d9d0e14f30e.zip |
[MRM-46] introduce modello configuration, change indexer API to use a File for the index path, introduce a core module for moving the main application logic to
git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@412683 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -14,9 +14,7 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.maven</groupId> @@ -120,6 +118,8 @@ <module>maven-repository-webapp</module> <module>maven-repository-proxy</module> <module>maven-repository-manager-site</module> + <module>maven-repository-core</module> + <module>maven-repository-configuration</module> </modules> <dependencies> <dependency> @@ -211,6 +211,11 @@ <artifactId>maven-repository-artifact-applet</artifactId> <version>${pom.version}</version> </dependency> + <dependency> + <groupId>org.apache.maven.repository</groupId> + <artifactId>maven-repository-configuration</artifactId> + <version>${pom.version}</version> + </dependency> </dependencies> </dependencyManagement> <reporting> @@ -329,4 +334,4 @@ </build> </profile> </profiles> -</project> +</project>
\ No newline at end of file |