Changeset 6553


Ignore:
Timestamp:
09/22/15 11:53:23 (9 years ago)
Author:
davor.ostojic@oeaw.ac.at
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.3-oeaw/vlo-importer/pom.xml

    r6509 r6553  
    106106                </executions>
    107107            </plugin>
     108           
     109            <plugin>
     110             <groupId>org.apache.maven.plugins</groupId>
     111                        <artifactId>maven-surefire-plugin</artifactId>
     112                        <version>2.18.1</version>
     113                        <configuration>
     114                          <additionalClasspathElements>
     115                            <additionalClasspathElement>../vlo-vocabularies</additionalClasspathElement>
     116                          </additionalClasspathElements>
     117                        </configuration>
     118                      </plugin>
    108119        </plugins>
    109120    </build>
Note: See TracChangeset for help on using the changeset viewer.