aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-docs/pom.xml
diff options
context:
space:
mode:
authorMartin Stockhammer <martin_s@apache.org>2017-06-13 20:44:32 +0200
committerMartin Stockhammer <martin_s@apache.org>2017-06-13 20:44:32 +0200
commit7c4e951f8dc566bcdeed736a133818d653d4324a (patch)
tree556294bd0d6a470595cda8b97f0728b20975fc06 /archiva-docs/pom.xml
parent79d2e2fd1b23d9de2c049ea5b38c770185433460 (diff)
downloadarchiva-7c4e951f8dc566bcdeed736a133818d653d4324a.tar.gz
archiva-7c4e951f8dc566bcdeed736a133818d653d4324a.zip
Updating config for new site plugin
Diffstat (limited to 'archiva-docs/pom.xml')
-rw-r--r--archiva-docs/pom.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/archiva-docs/pom.xml b/archiva-docs/pom.xml
index c385c0b5a..59d935ba2 100644
--- a/archiva-docs/pom.xml
+++ b/archiva-docs/pom.xml
@@ -159,32 +159,4 @@
</site>
</distributionManagement>
- <profiles>
- <profile>
- <id>offline</id>
- <activation>
- <property>
- <name>offline</name>
- <value>true</value>
- </property>
- </activation>
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-site-plugin</artifactId>
- <dependencies>
- <dependency>
- <groupId>org.apache.maven.doxia</groupId>
- <artifactId>doxia-core</artifactId>
- <version>1.4</version>
- </dependency>
- </dependencies>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
- </profile>
- </profiles>
</project>