← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 188: Incomplete commit from 197. Removed external dependency for the docbkx maven plugin. it is in cen...

 

------------------------------------------------------------
revno: 188
committer: Jason P. Pickering <jason.p.pickering@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Fri 2010-04-16 11:04:34 +0200
message:
  Incomplete commit from 197. Removed external dependency for the docbkx maven plugin. it is in central now.
modified:
  pom.xml


--
lp:~dhis2-documenters/dhis2/dhis2-docbook-docs
https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs

Your team DHIS 2 developers is subscribed to branch lp:~dhis2-documenters/dhis2/dhis2-docbook-docs.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs/+edit-subscription
=== modified file 'pom.xml'
--- pom.xml	2010-04-16 08:54:24 +0000
+++ pom.xml	2010-04-16 09:04:34 +0000
@@ -12,15 +12,6 @@
     <docbook.source>${project.basedir}/src/docbkx</docbook.source>
     <docbook.target>${project.basedir}/target/site</docbook.target>
   </properties>
-
-  <pluginRepositories>
-    <pluginRepository>
-      <id>dhis.uio.no</id>
-      <name>Dhis2 External Dependencies Repository</name>
-      <url>http://dhis.uio.no/maven/external</url>
-    </pluginRepository>
-  </pluginRepositories>
-
   <build>
     <plugins>
       <plugin>