aminorex / dkpro-core-asl

Automatically exported from code.google.com/p/dkpro-core-asl
0 stars 0 forks source link

de.tudarmstadt.ukp.dkpro.core.auebtools-gpl doesn't build as-is #487

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Trying mvn install on dkpro-core-gpl-read-only r519 fails because 
edu.stanford.nlp:stanford-classifier:2008-07-07 is not provided by any 
repository included in pom.xml.

Adding a block like

                <repository>
                        <id>repo</id>
                        <url>http://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/repo</url>
                        <snapshots>
                                <enabled>false</enabled>
                        </snapshots>
                </repository>

to the main pom.xml fixes the issue.

Original issue reported on code.google.com by pa...@ucw.cz on 3 Oct 2014 at 6:29

GoogleCodeExporter commented 9 years ago
The module should be excluded from default builds then, just as we did with 
some modules in DKPro Core ASL (profile "deps-not-on-maven-central").

Original comment by richard.eckart on 3 Oct 2014 at 8:00

GoogleCodeExporter commented 9 years ago

Original comment by richard.eckart on 11 Oct 2014 at 7:09

GoogleCodeExporter commented 9 years ago

Original comment by richard.eckart on 11 Oct 2014 at 7:09

GoogleCodeExporter commented 9 years ago

Original comment by pedrobss...@gmail.com on 17 Oct 2014 at 10:53

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Updated by https://code.google.com/p/dkpro-core-gpl/source/detail?r=547

Original comment by pedrobss...@gmail.com on 17 Oct 2014 at 10:55

GoogleCodeExporter commented 9 years ago

Original comment by pedrobss...@gmail.com on 19 Oct 2014 at 11:59

GoogleCodeExporter commented 9 years ago

Original comment by richard.eckart on 22 Nov 2014 at 12:16