Changeset 757


Ignore:
Timestamp:
09/04/12 10:39:27 (12 years ago)
Author:
pharms
Message:
  • created a parent pom project
Location:
trunk
Files:
18 edited

Legend:

Unmodified
Added
Removed
  • trunk/java-utils/pom.xml

    r753 r757  
    3333                </plugins> 
    3434        </build> 
    35     <reporting> 
    36         <plugins> 
    37             <plugin> 
    38                 <groupId>org.apache.maven.plugins</groupId> 
    39                 <artifactId>maven-javadoc-plugin</artifactId> 
    40             </plugin> 
    41         </plugins> 
    42     </reporting> 
    4335</project> 
  • trunk/quest-core-assertions/pom.xml

    r518 r757  
    11<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 
     2  <parent> 
     3    <groupId>de.ugoe.cs.quest</groupId> 
     4    <artifactId>quest</artifactId> 
     5    <version>0.0.1-SNAPSHOT</version> 
     6  </parent> 
    27  <modelVersion>4.0.0</modelVersion> 
    3   <groupId>de.ugoe.cs.quest</groupId> 
    48  <artifactId>quest-core-assertions</artifactId> 
    5   <version>0.0.1-SNAPSHOT</version> 
    69  <name>quest-core-assertions</name> 
    710        <scm> 
    8                 <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-core-assertions</url> 
     11                <url>${quest-scm-trunk-dir}/quest-core-assertions</url> 
    912        </scm> 
    1013        <dependencies> 
     
    1215                        <groupId>de.ugoe.cs.quest</groupId> 
    1316                        <artifactId>quest-core-events</artifactId> 
    14                         <version>0.0.1-SNAPSHOT</version> 
     17                        <version>${parent.version}</version> 
    1518                </dependency> 
    1619        </dependencies> 
    17         <build> 
    18                 <plugins> 
    19                         <plugin> 
    20                                 <artifactId>maven-compiler-plugin</artifactId> 
    21                                 <version>2.3.2</version> 
    22                                 <configuration> 
    23                                         <source>1.6</source> 
    24                                         <target>1.6</target> 
    25                                 </configuration> 
    26                         </plugin> 
    27                 </plugins> 
    28         </build> 
    2920</project> 
  • trunk/quest-core-coverage/pom.xml

    r518 r757  
    11<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 
     2  <parent> 
     3    <groupId>de.ugoe.cs.quest</groupId> 
     4    <artifactId>quest</artifactId> 
     5    <version>0.0.1-SNAPSHOT</version> 
     6  </parent> 
    27  <modelVersion>4.0.0</modelVersion> 
    3   <groupId>de.ugoe.cs.quest</groupId> 
    48  <artifactId>quest-core-coverage</artifactId> 
    5   <version>0.0.1-SNAPSHOT</version> 
    69  <name>quest-core-coverage</name> 
    710  <scm> 
    8                 <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-core-coverage</url> 
     11                <url>${quest-scm-trunk-dir}/quest-core-coverage</url> 
    912        </scm> 
    1013        <dependencies> 
     
    1215                        <groupId>de.ugoe.cs.quest</groupId> 
    1316                        <artifactId>quest-core-events</artifactId> 
    14                         <version>0.0.1-SNAPSHOT</version> 
     17                        <version>${parent.version}</version> 
    1518                </dependency> 
    1619                <dependency> 
    1720                        <groupId>de.ugoe.cs.quest</groupId> 
    1821                        <artifactId>quest-core-usageprofiles</artifactId> 
    19                         <version>0.0.1-SNAPSHOT</version> 
     22                        <version>${parent.version}</version> 
    2023                </dependency> 
    2124        </dependencies> 
    22         <build> 
    23                 <plugins> 
    24                         <plugin> 
    25                                 <artifactId>maven-compiler-plugin</artifactId> 
    26                                 <version>2.3.2</version> 
    27                                 <configuration> 
    28                                         <source>1.6</source> 
    29                                         <target>1.6</target> 
    30                                 </configuration> 
    31                         </plugin> 
    32                 </plugins> 
    33         </build> 
    3425</project> 
  • trunk/quest-core-events/pom.xml

    r546 r757  
    11<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    22        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 
     3    <parent> 
     4        <groupId>de.ugoe.cs.quest</groupId> 
     5        <artifactId>quest</artifactId> 
     6        <version>0.0.1-SNAPSHOT</version> 
     7    </parent> 
    38        <modelVersion>4.0.0</modelVersion> 
    4         <groupId>de.ugoe.cs.quest</groupId> 
    59        <artifactId>quest-core-events</artifactId> 
    6         <version>0.0.1-SNAPSHOT</version> 
    710        <name>quest-core-events</name> 
    811        <scm> 
    9                 <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-core-events</url> 
     12                <url>${quest-scm-trunk-dir}/quest-core-events</url> 
    1013        </scm> 
    1114        <dependencies> 
     
    1821                        <groupId>de.ugoe.cs.quest</groupId> 
    1922                        <artifactId>quest-misc</artifactId> 
    20                         <version>0.0.1-SNAPSHOT</version> 
     23                        <version>${parent.version}</version> 
    2124                </dependency> 
    2225        </dependencies> 
    23         <build> 
    24                 <plugins> 
    25                         <plugin> 
    26                                 <artifactId>maven-compiler-plugin</artifactId> 
    27                                 <version>2.3.2</version> 
    28                                 <configuration> 
    29                                         <source>1.6</source> 
    30                                         <target>1.6</target> 
    31                                 </configuration> 
    32                         </plugin> 
    33                 </plugins> 
    34         </build> 
    3526</project> 
  • trunk/quest-core-tasktrees/pom.xml

    r557 r757  
    11<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 
     2  <parent> 
     3    <groupId>de.ugoe.cs.quest</groupId> 
     4    <artifactId>quest</artifactId> 
     5    <version>0.0.1-SNAPSHOT</version> 
     6  </parent> 
    27  <modelVersion>4.0.0</modelVersion> 
    3   <groupId>de.ugoe.cs.quest</groupId> 
    48  <artifactId>quest-core-tasktrees</artifactId> 
    5   <version>0.0.1-SNAPSHOT</version> 
    69  <name>quest-core-tasktrees</name> 
    710  <scm> 
    8     <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-core-tasktrees</url> 
     11    <url>${quest-scm-trunk-dir}/quest-core-tasktrees</url> 
    912  </scm> 
    1013  <dependencies> 
     
    1215      <groupId>de.ugoe.cs.quest</groupId> 
    1316      <artifactId>quest-core-events</artifactId> 
    14       <version>0.0.1-SNAPSHOT</version> 
     17      <version>${parent.version}</version> 
    1518    </dependency> 
    1619  </dependencies> 
    17   <distributionManagement> 
    18     <snapshotRepository> 
    19       <id>quest-snapshots</id> 
    20       <url>https://trex.informatik.uni-goettingen.de/nexus/content/repositories/quest-snapshots</url> 
    21     </snapshotRepository> 
    22   </distributionManagement> 
    23   <build> 
    24     <plugins> 
    25       <plugin> 
    26         <artifactId>maven-compiler-plugin</artifactId> 
    27         <version>2.3.2</version> 
    28         <configuration> 
    29           <source>1.6</source> 
    30           <target>1.6</target> 
    31         </configuration> 
    32       </plugin> 
    33     </plugins> 
    34   </build> 
    3520</project> 
  • trunk/quest-core-testgeneration/pom.xml

    r523 r757  
    11<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 
     2  <parent> 
     3    <groupId>de.ugoe.cs.quest</groupId> 
     4    <artifactId>quest</artifactId> 
     5    <version>0.0.1-SNAPSHOT</version> 
     6  </parent> 
    27  <modelVersion>4.0.0</modelVersion> 
    3   <groupId>de.ugoe.cs.quest</groupId> 
    48  <artifactId>quest-core-testgeneration</artifactId> 
    5   <version>0.0.1-SNAPSHOT</version> 
    69  <name>quest-core-testgeneration</name> 
    710        <scm> 
    8                 <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-core-testgeneration</url> 
     11                <url>${quest-scm-trunk-dir}/quest-core-testgeneration</url> 
    912        </scm> 
    1013        <dependencies> 
     
    1215                        <groupId>de.ugoe.cs.quest</groupId> 
    1316                        <artifactId>quest-core-events</artifactId> 
    14                         <version>0.0.1-SNAPSHOT</version> 
     17                        <version>${parent.version}</version> 
    1518                </dependency> 
    1619                <dependency> 
    1720                        <groupId>de.ugoe.cs.quest</groupId> 
    1821                        <artifactId>quest-core-usageprofiles</artifactId> 
    19                         <version>0.0.1-SNAPSHOT</version> 
     22                        <version>${parent.version}</version> 
    2023                </dependency> 
    2124                <dependency> 
    2225                        <groupId>de.ugoe.cs.quest</groupId> 
    2326                        <artifactId>quest-core-coverage</artifactId> 
    24                         <version>0.0.1-SNAPSHOT</version> 
     27                        <version>${parent.version}</version> 
    2528                </dependency> 
    2629        </dependencies> 
    27         <build> 
    28                 <plugins> 
    29                         <plugin> 
    30                                 <artifactId>maven-compiler-plugin</artifactId> 
    31                                 <version>2.3.2</version> 
    32                                 <configuration> 
    33                                         <source>1.6</source> 
    34                                         <target>1.6</target> 
    35                                 </configuration> 
    36                         </plugin> 
    37                 </plugins> 
    38         </build> 
    3930</project> 
  • trunk/quest-core-usability/pom.xml

    r502 r757  
    11<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 
     2  <parent> 
     3    <groupId>de.ugoe.cs.quest</groupId> 
     4    <artifactId>quest</artifactId> 
     5    <version>0.0.1-SNAPSHOT</version> 
     6  </parent> 
    27  <modelVersion>4.0.0</modelVersion> 
    3   <groupId>de.ugoe.cs.quest</groupId> 
    48  <artifactId>quest-core-usability</artifactId> 
    5   <version>0.0.1-SNAPSHOT</version> 
    69  <name>quest-core-usability</name> 
    710  <scm> 
    8     <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-core-usability</url> 
     11    <url>${quest-scm-trunk-dir}/quest-core-usability</url> 
    912  </scm> 
    1013  <dependencies> 
     
    1215        <groupId>de.ugoe.cs.quest</groupId> 
    1316        <artifactId>quest-core-tasktrees</artifactId> 
    14         <version>0.0.1-SNAPSHOT</version> 
     17        <version>${parent.version}</version> 
    1518    </dependency> 
    1619  </dependencies> 
    17   <distributionManagement> 
    18     <snapshotRepository> 
    19       <id>quest-snapshots</id> 
    20       <url>https://trex.informatik.uni-goettingen.de/nexus/content/repositories/quest-snapshots</url> 
    21     </snapshotRepository> 
    22   </distributionManagement> 
    2320  <build> 
    2421    <plugins> 
     
    3835        </executions> 
    3936      </plugin> 
    40       <plugin> 
    41         <artifactId>maven-compiler-plugin</artifactId> 
    42         <version>2.5.1</version> 
    43         <configuration> 
    44           <source>1.6</source> 
    45           <target>1.6</target> 
    46         </configuration> 
    47       </plugin> 
    4837    </plugins> 
    4938  </build> 
  • trunk/quest-core-usageprofiles/pom.xml

    r548 r757  
    11<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    22        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 
     3    <parent> 
     4        <groupId>de.ugoe.cs.quest</groupId> 
     5        <artifactId>quest</artifactId> 
     6        <version>0.0.1-SNAPSHOT</version> 
     7    </parent> 
    38        <modelVersion>4.0.0</modelVersion> 
    4         <groupId>de.ugoe.cs.quest</groupId> 
    59        <artifactId>quest-core-usageprofiles</artifactId> 
    6         <version>0.0.1-SNAPSHOT</version> 
    710        <name>quest-core-usageprofiles</name> 
    811        <scm> 
    9                 <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-core-usageprofiles</url> 
     12                <url>${quest-scm-trunk-dir}/quest-core-usageprofiles</url> 
    1013        </scm> 
    1114        <repositories> 
     
    1922                        <groupId>de.ugoe.cs.quest</groupId> 
    2023                        <artifactId>quest-core-events</artifactId> 
    21                         <version>0.0.1-SNAPSHOT</version> 
     24                        <version>${parent.version}</version> 
    2225                </dependency> 
    2326                <dependency> 
     
    3740                </dependency> 
    3841        </dependencies> 
    39         <build> 
    40                 <plugins> 
    41                         <plugin> 
    42                                 <artifactId>maven-compiler-plugin</artifactId> 
    43                                 <version>2.3.2</version> 
    44                                 <configuration> 
    45                                         <source>1.6</source> 
    46                                         <target>1.6</target> 
    47                                 </configuration> 
    48                         </plugin> 
    49                 </plugins> 
    50         </build> 
    5142</project> 
  • trunk/quest-misc/.classpath

    r457 r757  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<classpath> 
    3         <classpathentry kind="src" path="src/main/java"/> 
    4         <classpathentry kind="src" path="src/main/resources"/> 
     3        <classpathentry kind="src" output="target/classes" path="src/main/java"> 
     4                <attributes> 
     5                        <attribute name="optional" value="true"/> 
     6                        <attribute name="maven.pomderived" value="true"/> 
     7                </attributes> 
     8        </classpathentry> 
     9        <classpathentry including="**/*.java" kind="src" path="src/main/resources"/> 
     10        <classpathentry kind="src" output="target/test-classes" path="src/test/java"> 
     11                <attributes> 
     12                        <attribute name="optional" value="true"/> 
     13                        <attribute name="maven.pomderived" value="true"/> 
     14                </attributes> 
     15        </classpathentry> 
    516        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"> 
    617                <attributes> 
  • trunk/quest-misc/pom.xml

    r671 r757  
    11<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 
     2  <parent> 
     3    <groupId>de.ugoe.cs.quest</groupId> 
     4    <artifactId>quest</artifactId> 
     5    <version>0.0.1-SNAPSHOT</version> 
     6  </parent> 
    27  <modelVersion>4.0.0</modelVersion> 
    3   <groupId>de.ugoe.cs.quest</groupId> 
    48  <artifactId>quest-misc</artifactId> 
    5   <version>0.0.1-SNAPSHOT</version> 
    69  <name>quest-misc</name> 
    710  <scm> 
    8     <url>https://www.trex.informatik.uni-goettingen.de/svn/swephd/pharms/tasktree/trunk/quest-misc</url> 
     11    <url>${quest-scm-trunk-dir}/quest-misc</url> 
    912  </scm> 
    1013  <dependencies> 
     
    1417      <version>0.0.1-SNAPSHOT</version> 
    1518    </dependency> 
    16     <dependency> 
    17       <groupId>junit</groupId> 
    18       <artifactId>junit</artifactId> 
    19       <version>4.8.1</version> 
    20       <scope>test</scope> 
    21     </dependency> 
    2219  </dependencies> 
    23   <distributionManagement> 
    24     <snapshotRepository> 
    25       <id>quest-snapshots</id> 
    26       <url>https://trex.informatik.uni-goettingen.de/nexus/content/repositories/quest-snapshots</url> 
    27     </snapshotRepository> 
    28   </distributionManagement> 
    29   <build> 
    30     <plugins> 
    31       <plugin> 
    32         <artifactId>maven-compiler-plugin</artifactId> 
    33         <version>2.5.1</version> 
    34         <configuration> 
    35           <source>1.6</source> 
    36           <target>1.6</target> 
    37         </configuration> 
    38       </plugin> 
    39     </plugins> 
    40   </build> 
    4120</project> 
  • trunk/quest-plugin-core/pom.xml

    r511 r757  
    11<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    22        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 
     3    <parent> 
     4        <groupId>de.ugoe.cs.quest</groupId> 
     5        <artifactId>quest</artifactId> 
     6       <version>0.0.1-SNAPSHOT</version> 
     7    </parent> 
    38        <modelVersion>4.0.0</modelVersion> 
    4         <groupId>de.ugoe.cs.quest</groupId> 
    59        <artifactId>quest-plugin-core</artifactId> 
    6         <version>0.0.1-SNAPSHOT</version> 
    710        <name>quest-plugin-core</name> 
    811        <scm> 
    9                 <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-plugin-core</url> 
     12                <url>${quest-scm-trunk-dir}/quest-plugin-core</url> 
    1013        </scm> 
    11         <build> 
    12                 <plugins> 
    13                         <plugin> 
    14                                 <artifactId>maven-compiler-plugin</artifactId> 
    15                                 <version>2.3.2</version> 
    16                                 <configuration> 
    17                                         <source>1.6</source> 
    18                                         <target>1.6</target> 
    19                                 </configuration> 
    20                         </plugin> 
    21                 </plugins> 
    22         </build> 
    2314</project> 
  • trunk/quest-plugin-guitar/pom.xml

    r671 r757  
    11<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    22        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 
     3    <parent> 
     4        <groupId>de.ugoe.cs.quest</groupId> 
     5        <artifactId>quest</artifactId> 
     6        <version>0.0.1-SNAPSHOT</version> 
     7    </parent> 
    38        <modelVersion>4.0.0</modelVersion> 
    4         <groupId>de.ugoe.cs.quest</groupId> 
    59        <artifactId>quest-plugin-guitar</artifactId> 
    6         <version>0.0.1-SNAPSHOT</version> 
    710        <name>quest-plugin-guitar</name> 
    811        <scm> 
    9                 <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-plugin-guitar</url> 
     12                <url>${quest-scm-trunk-dir}/quest-plugin-guitar</url> 
    1013        </scm> 
    11         <repositories> 
    12                 <repository> 
    13                         <id>quest-repo</id> 
    14                         <url>https://trex.informatik.uni-goettingen.de/nexus/content/repositories/thirdparty</url> 
    15                 </repository> 
    16         </repositories> 
    1714        <dependencies> 
    1815                <dependency> 
     
    2421                        <groupId>de.ugoe.cs.quest</groupId> 
    2522                        <artifactId>quest-plugin-core</artifactId> 
    26                         <version>0.0.1-SNAPSHOT</version> 
     23                        <version>${parent.version}</version> 
    2724                </dependency> 
    2825                <dependency> 
    2926                        <groupId>de.ugoe.cs.quest</groupId> 
    3027                        <artifactId>quest-core-events</artifactId> 
    31                         <version>0.0.1-SNAPSHOT</version> 
     28                        <version>${parent.version}</version> 
    3229                </dependency> 
    3330                <dependency> 
    3431                        <groupId>de.ugoe.cs.quest</groupId> 
    3532                        <artifactId>quest-core-usageprofiles</artifactId> 
    36                         <version>0.0.1-SNAPSHOT</version> 
     33                        <version>${parent.version}</version> 
    3734                </dependency> 
    3835                <dependency> 
    3936                        <groupId>de.ugoe.cs.quest</groupId> 
    4037                        <artifactId>quest-misc</artifactId> 
    41                         <version>0.0.1-SNAPSHOT</version> 
     38                        <version>${parent.version}</version> 
    4239                </dependency> 
    4340                <dependency> 
     
    4744                </dependency> 
    4845        </dependencies> 
    49         <build> 
    50                 <plugins> 
    51                         <plugin> 
    52                                 <artifactId>maven-compiler-plugin</artifactId> 
    53                                 <version>2.3.2</version> 
    54                                 <configuration> 
    55                                         <source>1.6</source> 
    56                                         <target>1.6</target> 
    57                                 </configuration> 
    58                         </plugin> 
    59                 </plugins> 
    60         </build> 
    6146</project> 
  • trunk/quest-plugin-jfc/pom.xml

    r671 r757  
    11<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    22        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 
     3    <parent> 
     4        <groupId>de.ugoe.cs.quest</groupId> 
     5        <artifactId>quest</artifactId> 
     6        <version>0.0.1-SNAPSHOT</version> 
     7    </parent> 
    38        <modelVersion>4.0.0</modelVersion> 
    4         <groupId>de.ugoe.cs.quest</groupId> 
    59        <artifactId>quest-plugin-jfc</artifactId> 
    6         <version>0.0.1-SNAPSHOT</version> 
    710        <name>quest-plugin-jfc</name> 
    811        <scm> 
    9                 <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-plugin-jfc</url> 
     12                <url>${quest-scm-trunk-dir}/quest-plugin-jfc</url> 
    1013        </scm> 
    1114        <dependencies> 
     
    1821                        <groupId>de.ugoe.cs.quest</groupId> 
    1922                        <artifactId>quest-plugin-core</artifactId> 
    20                         <version>0.0.1-SNAPSHOT</version> 
     23                        <version>${parent.version}</version> 
    2124                </dependency> 
    2225                <dependency> 
    2326                        <groupId>de.ugoe.cs.quest</groupId> 
    2427                        <artifactId>quest-core-events</artifactId> 
    25                         <version>0.0.1-SNAPSHOT</version> 
     28                        <version>${parent.version}</version> 
    2629                </dependency> 
    2730                <dependency> 
    2831                        <groupId>de.ugoe.cs.quest</groupId> 
    2932                        <artifactId>quest-misc</artifactId> 
    30                         <version>0.0.1-SNAPSHOT</version> 
     33                        <version>${parent.version}</version> 
    3134                </dependency> 
    3235                <dependency> 
     
    3841        <build> 
    3942                <plugins> 
    40                         <plugin> 
    41                                 <artifactId>maven-compiler-plugin</artifactId> 
    42                                 <version>2.3.2</version> 
    43                                 <configuration> 
    44                                         <source>1.6</source> 
    45                                         <target>1.6</target> 
    46                                 </configuration> 
    47                         </plugin> 
    4843                        <plugin> 
    4944                                <artifactId>maven-assembly-plugin</artifactId> 
  • trunk/quest-plugin-mfc/pom.xml

    r671 r757  
    11<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    22        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 
     3    <parent> 
     4        <groupId>de.ugoe.cs.quest</groupId> 
     5        <artifactId>quest</artifactId> 
     6        <version>0.0.1-SNAPSHOT</version> 
     7    </parent> 
    38        <modelVersion>4.0.0</modelVersion> 
    4         <groupId>de.ugoe.cs.quest</groupId> 
    59        <artifactId>quest-plugin-mfc</artifactId> 
    6         <version>0.0.1-SNAPSHOT</version> 
    710        <name>quest-plugin-mfc</name> 
    811        <scm> 
    9                 <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-plugin-mfc</url> 
     12                <url>${quest-scm-trunk-dir}/quest-plugin-mfc</url> 
    1013        </scm> 
    1114        <dependencies> 
     
    1821                        <groupId>de.ugoe.cs.quest</groupId> 
    1922                        <artifactId>quest-plugin-core</artifactId> 
    20                         <version>0.0.1-SNAPSHOT</version> 
     23                        <version>${parent.version}</version> 
    2124                </dependency> 
    2225                <dependency> 
     
    3336                        <groupId>de.ugoe.cs.quest</groupId> 
    3437                        <artifactId>quest-core-events</artifactId> 
    35                         <version>0.0.1-SNAPSHOT</version> 
     38                        <version>${parent.version}</version> 
    3639                </dependency> 
    3740                <dependency> 
    3841                        <groupId>de.ugoe.cs.quest</groupId> 
    3942                        <artifactId>quest-misc</artifactId> 
    40                         <version>0.0.1-SNAPSHOT</version> 
     43                        <version>${parent.version}</version> 
    4144                </dependency> 
    4245        </dependencies> 
    4346        <build> 
    4447                <plugins> 
    45                         <plugin> 
    46                                 <artifactId>maven-compiler-plugin</artifactId> 
    47                                 <version>2.3.2</version> 
    48                                 <configuration> 
    49                                         <source>1.6</source> 
    50                                         <target>1.6</target> 
    51                                 </configuration> 
    52                         </plugin> 
    5348                        <plugin> 
    5449                                <artifactId>maven-assembly-plugin</artifactId> 
  • trunk/quest-plugin-php/pom.xml

    r671 r757  
    11<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    22        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 
     3    <parent> 
     4        <groupId>de.ugoe.cs.quest</groupId> 
     5        <artifactId>quest</artifactId> 
     6        <version>0.0.1-SNAPSHOT</version> 
     7    </parent> 
    38        <modelVersion>4.0.0</modelVersion> 
    4         <groupId>de.ugoe.cs.quest</groupId> 
    59        <artifactId>quest-plugin-php</artifactId> 
    6         <version>0.0.1-SNAPSHOT</version> 
    710        <name>quest-plugin-php</name> 
    811        <scm> 
    9                 <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-plugin-php</url> 
     12                <url>${quest-scm-trunk-dir}/quest-plugin-php</url> 
    1013        </scm> 
    1114        <dependencies> 
     
    1821                        <groupId>de.ugoe.cs.quest</groupId> 
    1922                        <artifactId>quest-plugin-core</artifactId> 
    20                         <version>0.0.1-SNAPSHOT</version> 
     23                        <version>${parent.version}</version> 
    2124                </dependency> 
    2225                <dependency> 
    2326                        <groupId>de.ugoe.cs.quest</groupId> 
    2427                        <artifactId>quest-core-events</artifactId> 
    25                         <version>0.0.1-SNAPSHOT</version> 
     28                        <version>${parent.version}</version> 
    2629                </dependency> 
    2730                <dependency> 
    2831                        <groupId>de.ugoe.cs.quest</groupId> 
    2932                        <artifactId>quest-misc</artifactId> 
    30                         <version>0.0.1-SNAPSHOT</version> 
     33                        <version>${parent.version}</version> 
    3134                </dependency> 
    3235        </dependencies> 
    3336        <build> 
    3437                <plugins> 
    35                         <plugin> 
    36                                 <artifactId>maven-compiler-plugin</artifactId> 
    37                                 <version>2.3.2</version> 
    38                                 <configuration> 
    39                                         <source>1.6</source> 
    40                                         <target>1.6</target> 
    41                                 </configuration> 
    42                         </plugin> 
    4338                        <plugin> 
    4439                                <artifactId>maven-assembly-plugin</artifactId> 
  • trunk/quest-runner/pom.xml

    r673 r757  
    44  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
    55> 
     6  <parent> 
     7    <groupId>de.ugoe.cs.quest</groupId> 
     8    <artifactId>quest</artifactId> 
     9    <version>0.0.1-SNAPSHOT</version> 
     10  </parent> 
    611  <modelVersion>4.0.0</modelVersion> 
    7   <groupId>de.ugoe.cs.quest</groupId> 
    812  <artifactId>quest-runner</artifactId> 
    9   <version>0.0.1-SNAPSHOT</version> 
    1013  <name>quest-runner</name> 
    1114  <scm> 
    12     <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-runner</url> 
     15    <url>${quest-scm-trunk-dir}/quest-runner</url> 
    1316  </scm> 
    1417  <dependencies> 
     
    2124      <groupId>de.ugoe.cs.quest</groupId> 
    2225      <artifactId>quest-plugin-core</artifactId> 
    23       <version>0.0.1-SNAPSHOT</version> 
     26      <version>${parent.version}</version> 
    2427    </dependency> 
    2528    <dependency> 
    2629      <groupId>de.ugoe.cs.quest</groupId> 
    2730      <artifactId>quest-ui-core</artifactId> 
    28       <version>0.0.1-SNAPSHOT</version> 
     31      <version>${parent.version}</version> 
    2932    </dependency> 
    3033    <dependency> 
    3134      <groupId>de.ugoe.cs.quest</groupId> 
    3235      <artifactId>quest-ui-swt</artifactId> 
    33       <version>0.0.1-SNAPSHOT</version> 
     36      <version>${parent.version}</version> 
    3437    </dependency> 
    3538    <dependency> 
     
    4144      <groupId>de.ugoe.cs.quest</groupId> 
    4245      <artifactId>quest-plugin-guitar</artifactId> 
    43       <version>0.0.1-SNAPSHOT</version> 
     46      <version>${parent.version}</version> 
    4447    </dependency> 
    4548    <dependency> 
    4649      <groupId>de.ugoe.cs.quest</groupId> 
    4750      <artifactId>quest-plugin-jfc</artifactId> 
    48       <version>0.0.1-SNAPSHOT</version> 
     51      <version>${parent.version}</version> 
    4952    </dependency> 
    5053    <dependency> 
    5154      <groupId>de.ugoe.cs.quest</groupId> 
    5255      <artifactId>quest-plugin-mfc</artifactId> 
    53       <version>0.0.1-SNAPSHOT</version> 
     56      <version>${parent.version}</version> 
    5457    </dependency> 
    5558    <dependency> 
    5659      <groupId>de.ugoe.cs.quest</groupId> 
    5760      <artifactId>quest-plugin-php</artifactId> 
    58       <version>0.0.1-SNAPSHOT</version> 
     61      <version>${parent.version}</version> 
    5962    </dependency> 
    6063    <dependency> 
     
    109112      <plugin> 
    110113        <groupId>org.apache.maven.plugins</groupId> 
    111         <artifactId>maven-compiler-plugin</artifactId> 
    112         <version>2.5.1</version> 
    113         <configuration> 
    114           <source>1.6</source> 
    115           <target>1.6</target> 
    116           <compilerArgument>-Xlint:all</compilerArgument> 
    117           <showDeprecation>true</showDeprecation> 
    118           <showWarnings>true</showWarnings> 
    119         </configuration> 
    120       </plugin> 
    121       <plugin> 
    122         <groupId>org.apache.maven.plugins</groupId> 
    123114        <artifactId>maven-jar-plugin</artifactId> 
    124115        <configuration> 
     
    148139                  <groupId>de.ugoe.cs.quest</groupId> 
    149140                  <artifactId>quest-plugin-jfc</artifactId> 
    150                   <version>0.0.1-SNAPSHOT</version> 
     141                  <version>${parent.version}</version> 
    151142                  <classifier>config</classifier> 
    152143                  <type>zip</type> 
     
    167158                  <groupId>de.ugoe.cs.quest</groupId> 
    168159                  <artifactId>quest-plugin-mfc</artifactId> 
    169                   <version>0.0.1-SNAPSHOT</version> 
     160                  <version>${parent.version}</version> 
    170161                  <classifier>config</classifier> 
    171162                  <type>zip</type> 
     
    186177                  <groupId>de.ugoe.cs.quest</groupId> 
    187178                  <artifactId>quest-plugin-php</artifactId> 
    188                   <version>0.0.1-SNAPSHOT</version> 
     179                  <version>${parent.version}</version> 
    189180                  <classifier>config</classifier> 
    190181                  <type>zip</type> 
  • trunk/quest-ui-core/pom.xml

    r729 r757  
    44  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
    55> 
     6  <parent> 
     7    <groupId>de.ugoe.cs.quest</groupId> 
     8    <artifactId>quest</artifactId> 
     9    <version>0.0.1-SNAPSHOT</version> 
     10  </parent> 
    611  <modelVersion>4.0.0</modelVersion> 
    7   <groupId>de.ugoe.cs.quest</groupId> 
    812  <artifactId>quest-ui-core</artifactId> 
    9   <version>0.0.1-SNAPSHOT</version> 
    1013  <name>quest-ui-core</name> 
    1114  <scm> 
    12     <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-ui-core</url> 
     15    <url>${quest-scm-trunk-dir}/quest-ui-core</url> 
    1316  </scm> 
    1417  <dependencies> 
     
    2124      <groupId>de.ugoe.cs.quest</groupId> 
    2225      <artifactId>quest-misc</artifactId> 
    23       <version>0.0.1-SNAPSHOT</version> 
     26      <version>${parent.version}</version> 
    2427    </dependency> 
    2528    <dependency> 
    2629      <groupId>de.ugoe.cs.quest</groupId> 
    2730      <artifactId>quest-core-events</artifactId> 
    28       <version>0.0.1-SNAPSHOT</version> 
     31      <version>${parent.version}</version> 
    2932    </dependency> 
    3033    <dependency> 
    3134      <groupId>de.ugoe.cs.quest</groupId> 
    3235      <artifactId>quest-core-usageprofiles</artifactId> 
    33       <version>0.0.1-SNAPSHOT</version> 
     36      <version>${parent.version}</version> 
    3437    </dependency> 
    3538    <dependency> 
    3639      <groupId>de.ugoe.cs.quest</groupId> 
    3740      <artifactId>quest-core-coverage</artifactId> 
    38       <version>0.0.1-SNAPSHOT</version> 
     41      <version>${parent.version}</version> 
    3942    </dependency> 
    4043    <dependency> 
    4144      <groupId>de.ugoe.cs.quest</groupId> 
    4245      <artifactId>quest-core-assertions</artifactId> 
    43       <version>0.0.1-SNAPSHOT</version> 
     46      <version>${parent.version}</version> 
    4447    </dependency> 
    4548    <dependency> 
     
    5154      <groupId>de.ugoe.cs.quest</groupId> 
    5255      <artifactId>quest-core-tasktrees</artifactId> 
    53       <version>0.0.1-SNAPSHOT</version> 
     56      <version>${parent.version}</version> 
    5457    </dependency> 
    5558    <dependency> 
    5659      <groupId>de.ugoe.cs.quest</groupId> 
    5760      <artifactId>quest-core-usability</artifactId> 
    58       <version>0.0.1-SNAPSHOT</version> 
     61      <version>${parent.version}</version> 
    5962    </dependency> 
    6063    <dependency> 
     
    6972    </dependency> 
    7073  </dependencies> 
    71   <build> 
    72     <plugins> 
    73       <plugin> 
    74         <artifactId>maven-compiler-plugin</artifactId> 
    75         <version>2.3.2</version> 
    76         <configuration> 
    77           <source>1.6</source> 
    78           <target>1.6</target> 
    79         </configuration> 
    80       </plugin> 
    81     </plugins> 
    82   </build> 
    8374</project> 
  • trunk/quest-ui-swt/pom.xml

    r707 r757  
    11<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 
     2  <parent> 
     3    <groupId>de.ugoe.cs.quest</groupId> 
     4    <artifactId>quest</artifactId> 
     5    <version>0.0.1-SNAPSHOT</version> 
     6  </parent> 
    27  <modelVersion>4.0.0</modelVersion> 
    3   <groupId>de.ugoe.cs.quest</groupId> 
    48  <artifactId>quest-ui-swt</artifactId> 
    5   <version>0.0.1-SNAPSHOT</version> 
    69  <name>quest-ui-swt</name> 
    7 <scm> 
    8                 <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-ui-swt</url> 
     10    <scm> 
     11                <url>${quest-scm-trunk-dir}/quest-ui-swt</url> 
    912        </scm> 
    1013        <repositories> 
     
    1215                        <id>swt-repo</id> 
    1316                        <url>https://swt-repo.googlecode.com/svn/repo</url> 
    14                 </repository> 
    15                 <repository> 
    16                         <id>quest-repo</id> 
    17                         <url>https://trex.informatik.uni-goettingen.de/nexus/content/repositories/thirdparty</url> 
    1817                </repository> 
    1918        </repositories> 
     
    2726                        <groupId>de.ugoe.cs.quest</groupId> 
    2827                        <artifactId>quest-core-events</artifactId> 
    29                         <version>0.0.1-SNAPSHOT</version> 
     28                        <version>${parent.version}</version> 
    3029                </dependency> 
    3130                <dependency> 
    3231                        <groupId>de.ugoe.cs.quest</groupId> 
    3332                        <artifactId>quest-core-assertions</artifactId> 
    34                         <version>0.0.1-SNAPSHOT</version> 
     33                        <version>${parent.version}</version> 
    3534                </dependency> 
    3635                <dependency> 
    3736                        <groupId>de.ugoe.cs.quest</groupId> 
    3837                        <artifactId>quest-core-usageprofiles</artifactId> 
    39                         <version>0.0.1-SNAPSHOT</version> 
     38                        <version>${parent.version}</version> 
    4039                </dependency> 
    4140                <dependency> 
     
    144143                </profile> 
    145144        </profiles> 
    146  
    147         <build> 
    148                 <plugins> 
    149                         <plugin> 
    150                                 <artifactId>maven-compiler-plugin</artifactId> 
    151                                 <version>2.3.2</version> 
    152                                 <configuration> 
    153                                         <source>1.6</source> 
    154                                         <target>1.6</target> 
    155                                 </configuration> 
    156                         </plugin> 
    157                 </plugins> 
    158         </build> 
    159145</project> 
Note: See TracChangeset for help on using the changeset viewer.