Changeset 6795


Ignore:
Timestamp:
11/11/15 10:05:42 (9 years ago)
Author:
davor.ostojic@oeaw.ac.at
Message:

xslt plugin is moved to vlo-vocabularies

File:
1 edited

Legend:

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

    r6754 r6795  
    2828    </properties>
    2929   
    30     <build>
    31                 <resources>
    32             <resource>
    33                 <directory>src/main/resources</directory>
    34                 <filtering>true</filtering>
    35             </resource>
    36         </resources>
    37         <testResources>
    38             <testResource>
    39                 <directory>src/test/resources</directory>
    40                 <filtering>true</filtering>
    41             </testResource>
    42         </testResources>
    43     <pluginManagement>
    44         <plugins>
    45                 <plugin>
    46                 <groupId>org.codehaus.mojo</groupId>
    47                 <artifactId>xml-maven-plugin</artifactId>
    48                 <executions>
    49                         <execution>
    50                                 <goals>
    51                                         <goal>transform</goal>
    52                                 </goals>
    53                         </execution>
    54                 </executions>
    55                 <configuration>
    56                     <transformationSets>
    57                    
    58                     <!-- LanguageNameVariantsMap.xml -->
    59                         <transformationSet>
    60                                 <dir>${xml.path}</dir>
    61                                 <includes>
    62                                         <include>LanguageNameVariantsMap.xml</include>
    63                                 </includes>
    64                             <stylesheet>${xslt.path}/language_transformer.xsl</stylesheet>
    65                             <outputDir>${dest.path}</outputDir>                           
    66                         </transformationSet>
    67                    
    68                     <!-- LicenseAvailabilityMap.xml -->
    69                         <transformationSet>
    70                                 <dir>${xml.path}</dir>
    71                                 <includes>
    72                                         <include>LicenseAvailabilityMap.xml</include>
    73                                 </includes>
    74                             <stylesheet>${xslt.path}/availability_transformer.xsl</stylesheet>
    75                             <outputDir>${dest.path}</outputDir>
    76                         </transformationSet>                       
    77                    
    78                     <!-- nationalProjectsMapping.xml -->
    79                         <transformationSet>
    80                                 <dir>${xml.path}</dir>
    81                                 <includes>
    82                                         <include>nationalProjectsMapping.xml</include>
    83                                 </includes>
    84                             <stylesheet>${xslt.path}/national_project_transformer.xsl</stylesheet>
    85                             <outputDir>${dest.path}</outputDir>
    86                         </transformationSet>
    87                    <!-- OrganisationControlledVocabulary.xml -->     
    88                         <transformationSet>
    89                                 <dir>${xml.path}</dir>
    90                                 <includes>
    91                                         <include>OrganisationControlledVocabulary.xml</include>
    92                                 </includes>
    93                             <stylesheet>${xslt.path}/organization_transformer.xsl</stylesheet>
    94                             <outputDir>${dest.path}</outputDir>
    95                         </transformationSet>
    96                     </transformationSets>                   
    97                 </configuration>
    98                
    99                 <!-- make the translation working with xslt2.0 -->
    100                 <dependencies>
    101                     <dependency>
    102                                                 <groupId>net.sourceforge.saxon</groupId>
    103                                                 <artifactId>saxon</artifactId>
    104                                                 <version>9.1.0.8</version>
    105                     </dependency>
    106                 </dependencies>
    107             </plugin>
    108         </plugins>
    109     </pluginManagement>
    110     </build>
    111        
    11230
    11331         <!-- Build profiles prepare VloConfig.xml for different deployment enviroments -->
Note: See TracChangeset for help on using the changeset viewer.