Changeset 1011


Ignore:
Timestamp:
12/12/12 12:33:06 (12 years ago)
Author:
pharms
Message:
  • harmonized formatting of all POMs
Location:
trunk
Files:
29 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-core-assertions-test/pom.xml

    r927 r1011  
    1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    2         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.autoquest</groupId> 
    5                 <artifactId>autoquest-test</artifactId> 
    6                 <version>0.0.1-SNAPSHOT</version> 
    7         </parent> 
    8         <modelVersion>4.0.0</modelVersion> 
    9         <artifactId>autoquest-core-assertions-test</artifactId> 
    10         <licenses> 
    11                 <license> 
    12                         <name>The Apache Software License, Version 2.0</name> 
    13                         <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
    14                 </license> 
    15         </licenses> 
    16         <properties> 
    17                 <tested-artifactId>autoquest-core-assertions</tested-artifactId> 
    18         </properties> 
    19         <dependencies> 
    20                 <dependency> 
    21                         <groupId>de.ugoe.cs.autoquest</groupId> 
    22                         <artifactId>autoquest-core-events</artifactId> 
    23                         <version>${tested-autoquest-version}</version> 
    24                         <scope>test</scope> 
    25                 </dependency> 
    26         </dependencies> 
     1<project 
     2    xmlns="http://maven.apache.org/POM/4.0.0" 
     3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     4    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
     5> 
     6    <parent> 
     7        <groupId>de.ugoe.cs.autoquest</groupId> 
     8        <artifactId>autoquest-test</artifactId> 
     9        <version>0.0.1-SNAPSHOT</version> 
     10    </parent> 
     11    <modelVersion>4.0.0</modelVersion> 
     12    <artifactId>autoquest-core-assertions-test</artifactId> 
     13    <licenses> 
     14        <license> 
     15            <name>The Apache Software License, Version 2.0</name> 
     16            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
     17        </license> 
     18    </licenses> 
     19    <properties> 
     20        <tested-artifactId>autoquest-core-assertions</tested-artifactId> 
     21    </properties> 
     22    <dependencies> 
     23        <dependency> 
     24            <groupId>de.ugoe.cs.autoquest</groupId> 
     25            <artifactId>autoquest-core-events</artifactId> 
     26            <version>${tested-autoquest-version}</version> 
     27            <scope>test</scope> 
     28        </dependency> 
     29    </dependencies> 
    2730</project> 
  • trunk/autoquest-core-assertions/pom.xml

    r927 r1011  
    1 <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.autoquest</groupId> 
    4     <artifactId>autoquest</artifactId> 
    5     <version>0.0.1-SNAPSHOT</version> 
    6   </parent> 
    7   <modelVersion>4.0.0</modelVersion> 
    8   <artifactId>autoquest-core-assertions</artifactId> 
    9   <name>autoquest-core-assertions</name> 
    10   <licenses> 
    11     <license> 
    12       <name>The Apache Software License, Version 2.0</name> 
    13       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
    14     </license> 
    15   </licenses> 
    16         <scm> 
    17                 <url>${autoquest-scm-trunk-dir}/autoquest-core-assertions</url> 
    18         </scm> 
    19         <dependencies> 
    20                 <dependency> 
    21                         <groupId>de.ugoe.cs.autoquest</groupId> 
    22                         <artifactId>autoquest-core-events</artifactId> 
    23                         <version>${project.parent.version}</version> 
    24                 </dependency> 
    25         </dependencies> 
     1<project 
     2    xmlns="http://maven.apache.org/POM/4.0.0" 
     3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     4    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
     5> 
     6    <parent> 
     7        <groupId>de.ugoe.cs.autoquest</groupId> 
     8        <artifactId>autoquest</artifactId> 
     9        <version>0.0.1-SNAPSHOT</version> 
     10    </parent> 
     11    <modelVersion>4.0.0</modelVersion> 
     12    <artifactId>autoquest-core-assertions</artifactId> 
     13    <name>autoquest-core-assertions</name> 
     14    <licenses> 
     15        <license> 
     16            <name>The Apache Software License, Version 2.0</name> 
     17            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
     18        </license> 
     19    </licenses> 
     20    <scm> 
     21        <url>${autoquest-scm-trunk-dir}/autoquest-core-assertions</url> 
     22    </scm> 
     23    <dependencies> 
     24        <dependency> 
     25            <groupId>de.ugoe.cs.autoquest</groupId> 
     26            <artifactId>autoquest-core-events</artifactId> 
     27            <version>${project.parent.version}</version> 
     28        </dependency> 
     29    </dependencies> 
    2630</project> 
  • trunk/autoquest-core-coverage-test/pom.xml

    r927 r1011  
    1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    2         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.autoquest</groupId> 
    5                 <artifactId>autoquest-test</artifactId> 
    6                 <version>0.0.1-SNAPSHOT</version> 
    7         </parent> 
    8         <modelVersion>4.0.0</modelVersion> 
    9         <artifactId>autoquest-core-coverage-test</artifactId> 
    10         <licenses> 
    11                 <license> 
    12                         <name>The Apache Software License, Version 2.0</name> 
    13                         <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
    14                 </license> 
    15         </licenses> 
    16         <properties> 
    17                 <tested-artifactId>autoquest-core-coverage</tested-artifactId> 
    18         </properties> 
    19         <dependencies> 
    20                 <dependency> 
    21                         <groupId>de.ugoe.cs.autoquest</groupId> 
    22                         <artifactId>autoquest-core-usageprofiles</artifactId> 
    23                         <version>${tested-autoquest-version}</version> 
    24                         <scope>test</scope> 
    25                 </dependency> 
    26         </dependencies> 
     1<project 
     2    xmlns="http://maven.apache.org/POM/4.0.0" 
     3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     4    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
     5> 
     6    <parent> 
     7        <groupId>de.ugoe.cs.autoquest</groupId> 
     8        <artifactId>autoquest-test</artifactId> 
     9        <version>0.0.1-SNAPSHOT</version> 
     10    </parent> 
     11    <modelVersion>4.0.0</modelVersion> 
     12    <artifactId>autoquest-core-coverage-test</artifactId> 
     13    <licenses> 
     14        <license> 
     15            <name>The Apache Software License, Version 2.0</name> 
     16            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
     17        </license> 
     18    </licenses> 
     19    <properties> 
     20        <tested-artifactId>autoquest-core-coverage</tested-artifactId> 
     21    </properties> 
     22    <dependencies> 
     23        <dependency> 
     24            <groupId>de.ugoe.cs.autoquest</groupId> 
     25            <artifactId>autoquest-core-usageprofiles</artifactId> 
     26            <version>${tested-autoquest-version}</version> 
     27            <scope>test</scope> 
     28        </dependency> 
     29    </dependencies> 
    2730</project> 
  • trunk/autoquest-core-coverage/pom.xml

    r927 r1011  
    1 <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.autoquest</groupId> 
    4     <artifactId>autoquest</artifactId> 
    5     <version>0.0.1-SNAPSHOT</version> 
    6   </parent> 
    7   <modelVersion>4.0.0</modelVersion> 
    8   <artifactId>autoquest-core-coverage</artifactId> 
    9   <name>autoquest-core-coverage</name> 
    10   <licenses> 
    11     <license> 
    12       <name>The Apache Software License, Version 2.0</name> 
    13       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
    14     </license> 
    15   </licenses> 
    16   <scm> 
    17                 <url>${autoquest-scm-trunk-dir}/autoquest-core-coverage</url> 
    18         </scm> 
    19         <dependencies> 
    20                 <dependency> 
    21                         <groupId>de.ugoe.cs.autoquest</groupId> 
    22                         <artifactId>autoquest-core-events</artifactId> 
    23                         <version>${project.parent.version}</version> 
    24                 </dependency> 
    25                 <dependency> 
    26                         <groupId>de.ugoe.cs.autoquest</groupId> 
    27                         <artifactId>autoquest-core-usageprofiles</artifactId> 
    28                         <version>${project.parent.version}</version> 
    29                 </dependency> 
    30         </dependencies> 
     1<project 
     2    xmlns="http://maven.apache.org/POM/4.0.0" 
     3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     4    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
     5> 
     6    <parent> 
     7        <groupId>de.ugoe.cs.autoquest</groupId> 
     8        <artifactId>autoquest</artifactId> 
     9        <version>0.0.1-SNAPSHOT</version> 
     10    </parent> 
     11    <modelVersion>4.0.0</modelVersion> 
     12    <artifactId>autoquest-core-coverage</artifactId> 
     13    <name>autoquest-core-coverage</name> 
     14    <licenses> 
     15        <license> 
     16            <name>The Apache Software License, Version 2.0</name> 
     17            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
     18        </license> 
     19    </licenses> 
     20    <scm> 
     21        <url>${autoquest-scm-trunk-dir}/autoquest-core-coverage</url> 
     22    </scm> 
     23    <dependencies> 
     24        <dependency> 
     25            <groupId>de.ugoe.cs.autoquest</groupId> 
     26            <artifactId>autoquest-core-events</artifactId> 
     27            <version>${project.parent.version}</version> 
     28        </dependency> 
     29        <dependency> 
     30            <groupId>de.ugoe.cs.autoquest</groupId> 
     31            <artifactId>autoquest-core-usageprofiles</artifactId> 
     32            <version>${project.parent.version}</version> 
     33        </dependency> 
     34    </dependencies> 
    3135</project> 
  • trunk/autoquest-core-events-test/pom.xml

    r927 r1011  
    1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    2         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.autoquest</groupId> 
    5                 <artifactId>autoquest-test</artifactId> 
    6                 <version>0.0.1-SNAPSHOT</version> 
    7         </parent> 
    8         <modelVersion>4.0.0</modelVersion> 
    9         <artifactId>autoquest-core-events-test</artifactId> 
    10         <licenses> 
    11                 <license> 
    12                         <name>The Apache Software License, Version 2.0</name> 
    13                         <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
    14                 </license> 
    15         </licenses> 
    16         <properties> 
    17                 <tested-artifactId>autoquest-core-events</tested-artifactId> 
    18         </properties> 
    19         <dependencies> 
    20                 <dependency> 
    21                         <groupId>junit-addons</groupId> 
    22                         <artifactId>junit-addons</artifactId> 
    23                         <version>1.4</version> 
    24                 </dependency> 
    25                 <dependency> 
    26                         <groupId>nl.jqno.equalsverifier</groupId> 
    27                         <artifactId>equalsverifier</artifactId> 
    28                         <version>1.1.3</version> 
    29                 </dependency> 
    30                 <dependency> 
    31                         <groupId>org.mockito</groupId> 
    32                         <artifactId>mockito-core</artifactId> 
    33                         <version>1.9.0</version> 
    34                         <scope>test</scope> 
    35                 </dependency> 
    36         </dependencies> 
     1<project 
     2    xmlns="http://maven.apache.org/POM/4.0.0" 
     3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     4    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
     5> 
     6    <parent> 
     7        <groupId>de.ugoe.cs.autoquest</groupId> 
     8        <artifactId>autoquest-test</artifactId> 
     9        <version>0.0.1-SNAPSHOT</version> 
     10    </parent> 
     11    <modelVersion>4.0.0</modelVersion> 
     12    <artifactId>autoquest-core-events-test</artifactId> 
     13    <licenses> 
     14        <license> 
     15            <name>The Apache Software License, Version 2.0</name> 
     16            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
     17        </license> 
     18    </licenses> 
     19    <properties> 
     20        <tested-artifactId>autoquest-core-events</tested-artifactId> 
     21    </properties> 
     22    <dependencies> 
     23        <dependency> 
     24            <groupId>junit-addons</groupId> 
     25            <artifactId>junit-addons</artifactId> 
     26            <version>1.4</version> 
     27        </dependency> 
     28        <dependency> 
     29            <groupId>nl.jqno.equalsverifier</groupId> 
     30            <artifactId>equalsverifier</artifactId> 
     31            <version>1.1.3</version> 
     32        </dependency> 
     33        <dependency> 
     34            <groupId>org.mockito</groupId> 
     35            <artifactId>mockito-core</artifactId> 
     36            <version>1.9.0</version> 
     37            <scope>test</scope> 
     38        </dependency> 
     39    </dependencies> 
    3740</project> 
  • trunk/autoquest-core-events/pom.xml

    r927 r1011  
    1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    2         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.autoquest</groupId> 
    5                 <artifactId>autoquest</artifactId> 
    6                 <version>0.0.1-SNAPSHOT</version> 
    7         </parent> 
    8         <modelVersion>4.0.0</modelVersion> 
    9         <artifactId>autoquest-core-events</artifactId> 
    10         <name>autoquest-core-events</name> 
    11         <licenses> 
    12                 <license> 
    13                         <name>The Apache Software License, Version 2.0</name> 
    14                         <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
    15                 </license> 
    16         </licenses> 
    17         <scm> 
    18                 <url>${autoquest-scm-trunk-dir}/autoquest-core-events</url> 
    19         </scm> 
    20         <dependencies> 
    21                 <dependency> 
    22                         <groupId>de.ugoe.cs</groupId> 
    23                         <artifactId>java-utils</artifactId> 
    24                         <version>0.0.1-SNAPSHOT</version> 
    25                 </dependency> 
    26                 <dependency> 
    27                         <groupId>de.ugoe.cs.autoquest</groupId> 
    28                         <artifactId>autoquest-misc</artifactId> 
    29                         <version>${project.parent.version}</version> 
    30                 </dependency> 
    31         </dependencies> 
     1<project 
     2    xmlns="http://maven.apache.org/POM/4.0.0" 
     3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     4    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
     5> 
     6    <parent> 
     7        <groupId>de.ugoe.cs.autoquest</groupId> 
     8        <artifactId>autoquest</artifactId> 
     9        <version>0.0.1-SNAPSHOT</version> 
     10    </parent> 
     11    <modelVersion>4.0.0</modelVersion> 
     12    <artifactId>autoquest-core-events</artifactId> 
     13    <name>autoquest-core-events</name> 
     14    <licenses> 
     15        <license> 
     16            <name>The Apache Software License, Version 2.0</name> 
     17            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
     18        </license> 
     19    </licenses> 
     20    <scm> 
     21        <url>${autoquest-scm-trunk-dir}/autoquest-core-events</url> 
     22    </scm> 
     23    <dependencies> 
     24        <dependency> 
     25            <groupId>de.ugoe.cs</groupId> 
     26            <artifactId>java-utils</artifactId> 
     27            <version>0.0.1-SNAPSHOT</version> 
     28        </dependency> 
     29        <dependency> 
     30            <groupId>de.ugoe.cs.autoquest</groupId> 
     31            <artifactId>autoquest-misc</artifactId> 
     32            <version>${project.parent.version}</version> 
     33        </dependency> 
     34    </dependencies> 
    3235</project> 
  • trunk/autoquest-core-tasktrees-test/pom.xml

    r927 r1011  
    1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    2         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.autoquest</groupId> 
    5                 <artifactId>autoquest-test</artifactId> 
    6                 <version>0.0.1-SNAPSHOT</version> 
    7         </parent> 
    8         <modelVersion>4.0.0</modelVersion> 
    9         <artifactId>autoquest-core-tasktrees-test</artifactId> 
    10         <licenses> 
    11                 <license> 
    12                         <name>The Apache Software License, Version 2.0</name> 
    13                         <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
    14                 </license> 
    15         </licenses> 
    16         <properties> 
    17                 <tested-artifactId>autoquest-core-tasktrees</tested-artifactId> 
    18         </properties> 
     1<project 
     2    xmlns="http://maven.apache.org/POM/4.0.0" 
     3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     4    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
     5> 
     6    <parent> 
     7        <groupId>de.ugoe.cs.autoquest</groupId> 
     8        <artifactId>autoquest-test</artifactId> 
     9        <version>0.0.1-SNAPSHOT</version> 
     10    </parent> 
     11    <modelVersion>4.0.0</modelVersion> 
     12    <artifactId>autoquest-core-tasktrees-test</artifactId> 
     13    <licenses> 
     14        <license> 
     15            <name>The Apache Software License, Version 2.0</name> 
     16            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
     17        </license> 
     18    </licenses> 
     19    <properties> 
     20        <tested-artifactId>autoquest-core-tasktrees</tested-artifactId> 
     21    </properties> 
    1922</project> 
  • trunk/autoquest-core-testgeneration/pom.xml

    r927 r1011  
    1 <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.autoquest</groupId> 
    4     <artifactId>autoquest</artifactId> 
    5     <version>0.0.1-SNAPSHOT</version> 
    6   </parent> 
    7   <modelVersion>4.0.0</modelVersion> 
    8   <artifactId>autoquest-core-testgeneration</artifactId> 
    9   <name>autoquest-core-testgeneration</name> 
    10   <licenses> 
    11     <license> 
    12       <name>The Apache Software License, Version 2.0</name> 
    13       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
    14     </license> 
    15   </licenses> 
    16         <scm> 
    17                 <url>${autoquest-scm-trunk-dir}/autoquest-core-testgeneration</url> 
    18         </scm> 
    19         <dependencies> 
    20                 <dependency> 
    21                         <groupId>de.ugoe.cs.autoquest</groupId> 
    22                         <artifactId>autoquest-core-events</artifactId> 
    23                         <version>${project.parent.version}</version> 
    24                 </dependency> 
    25                 <dependency> 
    26                         <groupId>de.ugoe.cs.autoquest</groupId> 
    27                         <artifactId>autoquest-core-usageprofiles</artifactId> 
    28                         <version>${project.parent.version}</version> 
    29                 </dependency> 
    30                 <dependency> 
    31                         <groupId>de.ugoe.cs.autoquest</groupId> 
    32                         <artifactId>autoquest-core-coverage</artifactId> 
    33                         <version>${project.parent.version}</version> 
    34                 </dependency> 
    35         </dependencies> 
     1<project 
     2    xmlns="http://maven.apache.org/POM/4.0.0" 
     3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     4    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
     5> 
     6    <parent> 
     7        <groupId>de.ugoe.cs.autoquest</groupId> 
     8        <artifactId>autoquest</artifactId> 
     9        <version>0.0.1-SNAPSHOT</version> 
     10    </parent> 
     11    <modelVersion>4.0.0</modelVersion> 
     12    <artifactId>autoquest-core-testgeneration</artifactId> 
     13    <name>autoquest-core-testgeneration</name> 
     14    <licenses> 
     15        <license> 
     16            <name>The Apache Software License, Version 2.0</name> 
     17            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
     18        </license> 
     19    </licenses> 
     20    <scm> 
     21        <url>${autoquest-scm-trunk-dir}/autoquest-core-testgeneration</url> 
     22    </scm> 
     23    <dependencies> 
     24        <dependency> 
     25            <groupId>de.ugoe.cs.autoquest</groupId> 
     26            <artifactId>autoquest-core-events</artifactId> 
     27            <version>${project.parent.version}</version> 
     28        </dependency> 
     29        <dependency> 
     30            <groupId>de.ugoe.cs.autoquest</groupId> 
     31            <artifactId>autoquest-core-usageprofiles</artifactId> 
     32            <version>${project.parent.version}</version> 
     33        </dependency> 
     34        <dependency> 
     35            <groupId>de.ugoe.cs.autoquest</groupId> 
     36            <artifactId>autoquest-core-coverage</artifactId> 
     37            <version>${project.parent.version}</version> 
     38        </dependency> 
     39    </dependencies> 
    3640</project> 
  • trunk/autoquest-core-usability-test/pom.xml

    r927 r1011  
    1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    2         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.autoquest</groupId> 
    5                 <artifactId>autoquest-test</artifactId> 
    6                 <version>0.0.1-SNAPSHOT</version> 
    7         </parent> 
    8         <modelVersion>4.0.0</modelVersion> 
    9         <artifactId>autoquest-core-usability-test</artifactId> 
    10         <licenses> 
    11                 <license> 
    12                         <name>The Apache Software License, Version 2.0</name> 
    13                         <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
    14                 </license> 
    15         </licenses> 
    16         <properties> 
    17                 <tested-artifactId>autoquest-core-usability</tested-artifactId> 
    18         </properties> 
     1<project 
     2    xmlns="http://maven.apache.org/POM/4.0.0" 
     3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     4    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
     5> 
     6    <parent> 
     7        <groupId>de.ugoe.cs.autoquest</groupId> 
     8        <artifactId>autoquest-test</artifactId> 
     9        <version>0.0.1-SNAPSHOT</version> 
     10    </parent> 
     11    <modelVersion>4.0.0</modelVersion> 
     12    <artifactId>autoquest-core-usability-test</artifactId> 
     13    <licenses> 
     14        <license> 
     15            <name>The Apache Software License, Version 2.0</name> 
     16            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
     17        </license> 
     18    </licenses> 
     19    <properties> 
     20        <tested-artifactId>autoquest-core-usability</tested-artifactId> 
     21    </properties> 
    1922</project> 
  • trunk/autoquest-core-usageprofiles-test/pom.xml

    r927 r1011  
    1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    2         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.autoquest</groupId> 
    5                 <artifactId>autoquest-test</artifactId> 
    6                 <version>0.0.1-SNAPSHOT</version> 
    7         </parent> 
    8         <modelVersion>4.0.0</modelVersion> 
    9         <artifactId>autoquest-core-usageprofiles-test</artifactId> 
    10         <licenses> 
    11                 <license> 
    12                         <name>The Apache Software License, Version 2.0</name> 
    13                         <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
    14                 </license> 
    15         </licenses> 
    16         <properties> 
    17                 <tested-artifactId>autoquest-core-usageprofiles</tested-artifactId> 
    18         </properties> 
    19         <dependencies> 
    20                 <dependency> 
    21                         <groupId>de.ugoe.cs.autoquest</groupId> 
    22                         <artifactId>autoquest-core-events</artifactId> 
    23                         <version>${tested-autoquest-version}</version> 
    24                         <scope>test</scope> 
    25                 </dependency> 
    26                 <dependency> 
    27                         <groupId>junit-addons</groupId> 
    28                         <artifactId>junit-addons</artifactId> 
    29                         <version>1.4</version> 
    30                         <scope>test</scope> 
    31                 </dependency> 
    32         </dependencies> 
     1<project 
     2    xmlns="http://maven.apache.org/POM/4.0.0" 
     3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     4    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
     5> 
     6    <parent> 
     7        <groupId>de.ugoe.cs.autoquest</groupId> 
     8        <artifactId>autoquest-test</artifactId> 
     9        <version>0.0.1-SNAPSHOT</version> 
     10    </parent> 
     11    <modelVersion>4.0.0</modelVersion> 
     12    <artifactId>autoquest-core-usageprofiles-test</artifactId> 
     13    <licenses> 
     14        <license> 
     15            <name>The Apache Software License, Version 2.0</name> 
     16            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
     17        </license> 
     18    </licenses> 
     19    <properties> 
     20        <tested-artifactId>autoquest-core-usageprofiles</tested-artifactId> 
     21    </properties> 
     22    <dependencies> 
     23        <dependency> 
     24            <groupId>de.ugoe.cs.autoquest</groupId> 
     25            <artifactId>autoquest-core-events</artifactId> 
     26            <version>${tested-autoquest-version}</version> 
     27            <scope>test</scope> 
     28        </dependency> 
     29        <dependency> 
     30            <groupId>junit-addons</groupId> 
     31            <artifactId>junit-addons</artifactId> 
     32            <version>1.4</version> 
     33            <scope>test</scope> 
     34        </dependency> 
     35    </dependencies> 
    3336</project> 
  • trunk/autoquest-core-usageprofiles/pom.xml

    r927 r1011  
    1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    2         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.autoquest</groupId> 
    5                 <artifactId>autoquest</artifactId> 
    6                 <version>0.0.1-SNAPSHOT</version> 
    7         </parent> 
    8         <modelVersion>4.0.0</modelVersion> 
    9         <artifactId>autoquest-core-usageprofiles</artifactId> 
    10         <name>autoquest-core-usageprofiles</name> 
    11         <licenses> 
    12                 <license> 
    13                         <name>The Apache Software License, Version 2.0</name> 
    14                         <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
    15                 </license> 
    16         </licenses> 
    17         <scm> 
    18                 <url>${autoquest-scm-trunk-dir}/autoquest-core-usageprofiles</url> 
    19         </scm> 
    20         <repositories> 
    21                 <repository> 
    22                         <id>mbari</id> 
    23                         <url>http://mbari-maven-repository.googlecode.com/svn/repository</url> 
    24                 </repository> 
    25         </repositories> 
    26         <dependencies> 
    27                 <dependency> 
    28                         <groupId>de.ugoe.cs.autoquest</groupId> 
    29                         <artifactId>autoquest-core-events</artifactId> 
    30                         <version>${project.parent.version}</version> 
    31                 </dependency> 
    32                 <dependency> 
    33                         <groupId>net.sf.jung</groupId> 
    34                         <artifactId>jung-visualization</artifactId> 
    35                         <version>2.0.1</version> 
    36                 </dependency> 
    37                 <dependency> 
    38                         <groupId>net.sf.jung</groupId> 
    39                         <artifactId>jung-graph-impl</artifactId> 
    40                         <version>2.0.1</version> 
    41                 </dependency> 
    42                 <dependency> 
    43                         <groupId>jama</groupId> 
    44                         <artifactId>jama</artifactId> 
    45                         <version>1.0.2</version> 
    46                 </dependency> 
    47         </dependencies> 
     1<project 
     2    xmlns="http://maven.apache.org/POM/4.0.0" 
     3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     4    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
     5> 
     6    <parent> 
     7        <groupId>de.ugoe.cs.autoquest</groupId> 
     8        <artifactId>autoquest</artifactId> 
     9        <version>0.0.1-SNAPSHOT</version> 
     10    </parent> 
     11    <modelVersion>4.0.0</modelVersion> 
     12    <artifactId>autoquest-core-usageprofiles</artifactId> 
     13    <name>autoquest-core-usageprofiles</name> 
     14    <licenses> 
     15        <license> 
     16            <name>The Apache Software License, Version 2.0</name> 
     17            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
     18        </license> 
     19    </licenses> 
     20    <scm> 
     21        <url>${autoquest-scm-trunk-dir}/autoquest-core-usageprofiles</url> 
     22    </scm> 
     23    <repositories> 
     24        <repository> 
     25            <id>mbari</id> 
     26            <url>http://mbari-maven-repository.googlecode.com/svn/repository</url> 
     27        </repository> 
     28    </repositories> 
     29    <dependencies> 
     30        <dependency> 
     31            <groupId>de.ugoe.cs.autoquest</groupId> 
     32            <artifactId>autoquest-core-events</artifactId> 
     33            <version>${project.parent.version}</version> 
     34        </dependency> 
     35        <dependency> 
     36            <groupId>net.sf.jung</groupId> 
     37            <artifactId>jung-visualization</artifactId> 
     38            <version>2.0.1</version> 
     39        </dependency> 
     40        <dependency> 
     41            <groupId>net.sf.jung</groupId> 
     42            <artifactId>jung-graph-impl</artifactId> 
     43            <version>2.0.1</version> 
     44        </dependency> 
     45        <dependency> 
     46            <groupId>jama</groupId> 
     47            <artifactId>jama</artifactId> 
     48            <version>1.0.2</version> 
     49        </dependency> 
     50    </dependencies> 
    4851</project> 
  • trunk/autoquest-htmlmonitor-test/pom.xml

    r938 r1011  
    1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    2         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.autoquest</groupId> 
    5                 <artifactId>autoquest-test</artifactId> 
    6                 <version>0.0.1-SNAPSHOT</version> 
    7         </parent> 
    8         <modelVersion>4.0.0</modelVersion> 
    9         <artifactId>autoquest-htmlmonitor-test</artifactId> 
    10         <licenses> 
    11                 <license> 
    12                         <name>The Apache Software License, Version 2.0</name> 
    13                         <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
    14                 </license> 
    15         </licenses> 
    16         <properties> 
    17                 <tested-artifactId>autoquest-htmlmonitor</tested-artifactId> 
    18         </properties> 
    19         <dependencies> 
    20                 <dependency> 
    21                         <groupId>org.apache.httpcomponents</groupId> 
    22                         <artifactId>httpclient</artifactId> 
    23                         <version>4.2.1</version> 
    24                         <scope>test</scope> 
    25                 </dependency> 
    26         </dependencies> 
     1<project 
     2    xmlns="http://maven.apache.org/POM/4.0.0" 
     3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     4    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
     5> 
     6    <parent> 
     7        <groupId>de.ugoe.cs.autoquest</groupId> 
     8        <artifactId>autoquest-test</artifactId> 
     9        <version>0.0.1-SNAPSHOT</version> 
     10    </parent> 
     11    <modelVersion>4.0.0</modelVersion> 
     12    <artifactId>autoquest-htmlmonitor-test</artifactId> 
     13    <licenses> 
     14        <license> 
     15            <name>The Apache Software License, Version 2.0</name> 
     16            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
     17        </license> 
     18    </licenses> 
     19    <properties> 
     20        <tested-artifactId>autoquest-htmlmonitor</tested-artifactId> 
     21    </properties> 
     22    <dependencies> 
     23        <dependency> 
     24            <groupId>org.apache.httpcomponents</groupId> 
     25            <artifactId>httpclient</artifactId> 
     26            <version>4.2.1</version> 
     27            <scope>test</scope> 
     28        </dependency> 
     29    </dependencies> 
    2730</project> 
  • trunk/autoquest-jfcmonitor/pom.xml

    r927 r1011  
    1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    2         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 
    3         <modelVersion>4.0.0</modelVersion> 
    4         <groupId>de.ugoe.cs.autoquest</groupId> 
    5         <artifactId>autoquest-jfcmonitor</artifactId> 
    6         <version>0.0.1-SNAPSHOT</version> 
    7         <name>autoquest-jfcmonitor</name> 
    8         <licenses> 
    9                 <license> 
    10                         <name>The Apache Software License, Version 2.0</name> 
    11                         <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
    12                 </license> 
    13         </licenses> 
    14         <scm> 
    15                 <url>https://autoquest.informatik.uni-goettingen.de/svn/autoquest/trunk/autoquest-jfcmonitor</url> 
    16         </scm> 
    17         <dependencies> 
    18                 <dependency> 
    19                         <groupId>de.ugoe.cs</groupId> 
    20                         <artifactId>java-utils</artifactId> 
    21                         <version>0.0.1-SNAPSHOT</version> 
    22                 </dependency> 
    23         </dependencies> 
    24         <build> 
    25                 <plugins> 
    26                         <plugin> 
    27                                 <artifactId>maven-compiler-plugin</artifactId> 
    28                                 <version>2.3.2</version> 
    29                                 <configuration> 
    30                                         <source>1.6</source> 
    31                                         <target>1.6</target> 
    32                                 </configuration> 
    33                         </plugin> 
    34                         <plugin> 
    35                                 <groupId>org.apache.maven.plugins</groupId> 
    36                                 <artifactId>maven-jar-plugin</artifactId> 
    37                                 <configuration> 
    38                                         <archive> 
    39                                                 <manifest> 
    40                                                         <addClasspath>true</addClasspath> 
    41                                                         <classpathPrefix>lib/</classpathPrefix> 
    42                                                         <mainClass>de.ugoe.cs.autoquest.jfcmonitor.Runner</mainClass> 
    43                                                 </manifest> 
    44                                         </archive> 
    45                                 </configuration> 
    46                         </plugin> 
    47                         <plugin> 
    48                                 <artifactId>maven-assembly-plugin</artifactId> 
    49                                 <version>2.2-beta-2</version> 
    50                                 <configuration> 
    51                                         <descriptors> 
    52                                                 <descriptor>src/main/assembly/bin.xml</descriptor> 
    53                                         </descriptors> 
    54                                 </configuration> 
    55                                 <executions> 
    56                                         <execution> 
    57                                                 <id>make-assembly</id> 
    58                                                 <phase>package</phase> 
    59                                                 <goals> 
    60                                                         <goal>single</goal> 
    61                                                 </goals> 
    62                                         </execution> 
    63                                 </executions> 
    64                         </plugin> 
    65                 </plugins> 
    66         </build> 
     1<project 
     2    xmlns="http://maven.apache.org/POM/4.0.0" 
     3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     4    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
     5> 
     6    <modelVersion>4.0.0</modelVersion> 
     7    <groupId>de.ugoe.cs.autoquest</groupId> 
     8    <artifactId>autoquest-jfcmonitor</artifactId> 
     9    <version>0.0.1-SNAPSHOT</version> 
     10    <name>autoquest-jfcmonitor</name> 
     11    <licenses> 
     12        <license> 
     13            <name>The Apache Software License, Version 2.0</name> 
     14            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
     15        </license> 
     16    </licenses> 
     17    <scm> 
     18        <url>https://autoquest.informatik.uni-goettingen.de/svn/autoquest/trunk/autoquest-jfcmonitor</url> 
     19    </scm> 
     20    <dependencies> 
     21        <dependency> 
     22            <groupId>de.ugoe.cs</groupId> 
     23            <artifactId>java-utils</artifactId> 
     24            <version>0.0.1-SNAPSHOT</version> 
     25        </dependency> 
     26    </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            <plugin> 
     38                <groupId>org.apache.maven.plugins</groupId> 
     39                <artifactId>maven-jar-plugin</artifactId> 
     40                <configuration> 
     41                    <archive> 
     42                        <manifest> 
     43                            <addClasspath>true</addClasspath> 
     44                            <classpathPrefix>lib/</classpathPrefix> 
     45                            <mainClass>de.ugoe.cs.autoquest.jfcmonitor.Runner</mainClass> 
     46                        </manifest> 
     47                    </archive> 
     48                </configuration> 
     49            </plugin> 
     50            <plugin> 
     51                <artifactId>maven-assembly-plugin</artifactId> 
     52                <version>2.2-beta-2</version> 
     53                <configuration> 
     54                    <descriptors> 
     55                        <descriptor>src/main/assembly/bin.xml</descriptor> 
     56                    </descriptors> 
     57                </configuration> 
     58                <executions> 
     59                    <execution> 
     60                        <id>make-assembly</id> 
     61                        <phase>package</phase> 
     62                        <goals> 
     63                            <goal>single</goal> 
     64                        </goals> 
     65                    </execution> 
     66                </executions> 
     67            </plugin> 
     68        </plugins> 
     69    </build> 
    6770</project> 
  • trunk/autoquest-misc-test/pom.xml

    r927 r1011  
    1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    2         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.autoquest</groupId> 
    5                 <artifactId>autoquest-test</artifactId> 
    6                 <version>0.0.1-SNAPSHOT</version> 
    7         </parent> 
    8         <modelVersion>4.0.0</modelVersion> 
    9         <artifactId>autoquest-misc-test</artifactId> 
    10         <licenses> 
    11                 <license> 
    12                         <name>The Apache Software License, Version 2.0</name> 
    13                         <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
    14                 </license> 
    15         </licenses> 
    16         <properties> 
    17                 <tested-artifactId>autoquest-misc</tested-artifactId> 
    18         </properties> 
     1<project 
     2    xmlns="http://maven.apache.org/POM/4.0.0" 
     3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     4    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
     5> 
     6    <parent> 
     7        <groupId>de.ugoe.cs.autoquest</groupId> 
     8        <artifactId>autoquest-test</artifactId> 
     9        <version>0.0.1-SNAPSHOT</version> 
     10    </parent> 
     11    <modelVersion>4.0.0</modelVersion> 
     12    <artifactId>autoquest-misc-test</artifactId> 
     13    <licenses> 
     14        <license> 
     15            <name>The Apache Software License, Version 2.0</name> 
     16            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
     17        </license> 
     18    </licenses> 
     19    <properties> 
     20        <tested-artifactId>autoquest-misc</tested-artifactId> 
     21    </properties> 
    1922</project> 
  • trunk/autoquest-plugin-core-test/pom.xml

    r927 r1011  
    1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    2         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.autoquest</groupId> 
    5                 <artifactId>autoquest-test</artifactId> 
    6                 <version>0.0.1-SNAPSHOT</version> 
    7         </parent> 
    8         <modelVersion>4.0.0</modelVersion> 
    9         <artifactId>autoquest-plugin-core-test</artifactId> 
    10         <licenses> 
    11                 <license> 
    12                         <name>The Apache Software License, Version 2.0</name> 
    13                         <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
    14                 </license> 
    15         </licenses> 
    16         <properties> 
    17                 <tested-artifactId>autoquest-plugin-core</tested-artifactId> 
    18         </properties> 
    19         <dependencies> 
    20                 <dependency> 
    21                         <groupId>junit-addons</groupId> 
    22                         <artifactId>junit-addons</artifactId> 
    23                         <version>1.4</version> 
    24                 </dependency> 
    25         </dependencies> 
     1<project 
     2    xmlns="http://maven.apache.org/POM/4.0.0" 
     3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     4    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
     5> 
     6    <parent> 
     7        <groupId>de.ugoe.cs.autoquest</groupId> 
     8        <artifactId>autoquest-test</artifactId> 
     9        <version>0.0.1-SNAPSHOT</version> 
     10    </parent> 
     11    <modelVersion>4.0.0</modelVersion> 
     12    <artifactId>autoquest-plugin-core-test</artifactId> 
     13    <licenses> 
     14        <license> 
     15            <name>The Apache Software License, Version 2.0</name> 
     16            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
     17        </license> 
     18    </licenses> 
     19    <properties> 
     20        <tested-artifactId>autoquest-plugin-core</tested-artifactId> 
     21    </properties> 
     22    <dependencies> 
     23        <dependency> 
     24            <groupId>junit-addons</groupId> 
     25            <artifactId>junit-addons</artifactId> 
     26            <version>1.4</version> 
     27        </dependency> 
     28    </dependencies> 
    2629</project> 
  • trunk/autoquest-plugin-core/pom.xml

    r927 r1011  
    1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    2         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.autoquest</groupId> 
    5                 <artifactId>autoquest</artifactId> 
    6                 <version>0.0.1-SNAPSHOT</version> 
    7         </parent> 
    8         <modelVersion>4.0.0</modelVersion> 
    9         <artifactId>autoquest-plugin-core</artifactId> 
    10         <name>autoquest-plugin-core</name> 
    11         <licenses> 
    12                 <license> 
    13                         <name>The Apache Software License, Version 2.0</name> 
    14                         <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
    15                 </license> 
    16         </licenses> 
    17         <scm> 
    18                 <url>${autoquest-scm-trunk-dir}/autoquest-plugin-core</url> 
    19         </scm> 
     1<project 
     2    xmlns="http://maven.apache.org/POM/4.0.0" 
     3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     4    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
     5> 
     6    <parent> 
     7        <groupId>de.ugoe.cs.autoquest</groupId> 
     8        <artifactId>autoquest</artifactId> 
     9        <version>0.0.1-SNAPSHOT</version> 
     10    </parent> 
     11    <modelVersion>4.0.0</modelVersion> 
     12    <artifactId>autoquest-plugin-core</artifactId> 
     13    <name>autoquest-plugin-core</name> 
     14    <licenses> 
     15        <license> 
     16            <name>The Apache Software License, Version 2.0</name> 
     17            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
     18        </license> 
     19    </licenses> 
     20    <scm> 
     21        <url>${autoquest-scm-trunk-dir}/autoquest-plugin-core</url> 
     22    </scm> 
    2023</project> 
  • trunk/autoquest-plugin-guitar/pom.xml

    r927 r1011  
    1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    2         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.autoquest</groupId> 
    5                 <artifactId>autoquest</artifactId> 
    6                 <version>0.0.1-SNAPSHOT</version> 
    7         </parent> 
    8         <modelVersion>4.0.0</modelVersion> 
    9         <artifactId>autoquest-plugin-guitar</artifactId> 
    10         <name>autoquest-plugin-guitar</name> 
    11         <licenses> 
    12                 <license> 
    13                         <name>The Apache Software License, Version 2.0</name> 
    14                         <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
    15                 </license> 
    16         </licenses> 
    17         <scm> 
    18                 <url>${autoquest-scm-trunk-dir}/autoquest-plugin-guitar</url> 
    19         </scm> 
    20         <dependencies> 
    21                 <dependency> 
    22                         <groupId>de.ugoe.cs</groupId> 
    23                         <artifactId>java-utils</artifactId> 
    24                         <version>0.0.1-SNAPSHOT</version> 
    25                 </dependency> 
    26                 <dependency> 
    27                         <groupId>de.ugoe.cs.autoquest</groupId> 
    28                         <artifactId>autoquest-plugin-core</artifactId> 
    29                         <version>${project.parent.version}</version> 
    30                 </dependency> 
    31                 <dependency> 
    32                         <groupId>de.ugoe.cs.autoquest</groupId> 
    33                         <artifactId>autoquest-core-events</artifactId> 
    34                         <version>${project.parent.version}</version> 
    35                 </dependency> 
    36                 <dependency> 
    37                         <groupId>de.ugoe.cs.autoquest</groupId> 
    38                         <artifactId>autoquest-core-usageprofiles</artifactId> 
    39                         <version>${project.parent.version}</version> 
    40                 </dependency> 
    41                 <dependency> 
    42                         <groupId>de.ugoe.cs.autoquest</groupId> 
    43                         <artifactId>autoquest-misc</artifactId> 
    44                         <version>${project.parent.version}</version> 
    45                 </dependency> 
    46                 <dependency> 
    47                         <groupId>edu.umd.cs</groupId> 
    48                         <artifactId>guitar-model-core</artifactId> 
    49                         <version>1.0</version> 
    50                 </dependency> 
    51         </dependencies> 
     1<project 
     2    xmlns="http://maven.apache.org/POM/4.0.0" 
     3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     4    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
     5> 
     6    <parent> 
     7        <groupId>de.ugoe.cs.autoquest</groupId> 
     8        <artifactId>autoquest</artifactId> 
     9        <version>0.0.1-SNAPSHOT</version> 
     10    </parent> 
     11    <modelVersion>4.0.0</modelVersion> 
     12    <artifactId>autoquest-plugin-guitar</artifactId> 
     13    <name>autoquest-plugin-guitar</name> 
     14    <licenses> 
     15        <license> 
     16            <name>The Apache Software License, Version 2.0</name> 
     17            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
     18        </license> 
     19    </licenses> 
     20    <scm> 
     21        <url>${autoquest-scm-trunk-dir}/autoquest-plugin-guitar</url> 
     22    </scm> 
     23    <dependencies> 
     24        <dependency> 
     25            <groupId>de.ugoe.cs</groupId> 
     26            <artifactId>java-utils</artifactId> 
     27            <version>0.0.1-SNAPSHOT</version> 
     28        </dependency> 
     29        <dependency> 
     30            <groupId>de.ugoe.cs.autoquest</groupId> 
     31            <artifactId>autoquest-plugin-core</artifactId> 
     32            <version>${project.parent.version}</version> 
     33        </dependency> 
     34        <dependency> 
     35            <groupId>de.ugoe.cs.autoquest</groupId> 
     36            <artifactId>autoquest-core-events</artifactId> 
     37            <version>${project.parent.version}</version> 
     38        </dependency> 
     39        <dependency> 
     40            <groupId>de.ugoe.cs.autoquest</groupId> 
     41            <artifactId>autoquest-core-usageprofiles</artifactId> 
     42            <version>${project.parent.version}</version> 
     43        </dependency> 
     44        <dependency> 
     45            <groupId>de.ugoe.cs.autoquest</groupId> 
     46            <artifactId>autoquest-misc</artifactId> 
     47            <version>${project.parent.version}</version> 
     48        </dependency> 
     49        <dependency> 
     50            <groupId>edu.umd.cs</groupId> 
     51            <artifactId>guitar-model-core</artifactId> 
     52            <version>1.0</version> 
     53        </dependency> 
     54    </dependencies> 
    5255</project> 
  • trunk/autoquest-plugin-jfc-test/pom.xml

    r927 r1011  
    1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    2         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.autoquest</groupId> 
    5                 <artifactId>autoquest-test</artifactId> 
    6                 <version>0.0.1-SNAPSHOT</version> 
    7         </parent> 
    8         <modelVersion>4.0.0</modelVersion> 
    9         <artifactId>autoquest-plugin-jfc-test</artifactId> 
    10         <licenses> 
    11                 <license> 
    12                         <name>The Apache Software License, Version 2.0</name> 
    13                         <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
    14                 </license> 
    15         </licenses> 
    16         <properties> 
    17                 <tested-artifactId>autoquest-plugin-jfc</tested-artifactId> 
    18         </properties> 
    19         <dependencies> 
    20                 <dependency> 
    21                         <groupId>org.mockito</groupId> 
    22                         <artifactId>mockito-core</artifactId> 
    23                         <version>1.9.0</version> 
    24                         <scope>test</scope> 
    25                 </dependency> 
    26         </dependencies> 
    27         <build> 
    28                 <plugins> 
    29                         <plugin> 
    30                                 <groupId>org.apache.maven.plugins</groupId> 
    31                                 <artifactId>maven-dependency-plugin</artifactId> 
    32                                 <version>2.4</version> 
    33                                 <executions> 
    34                                         <execution> 
    35                                                 <id>get-jfc-plugin-config</id> 
    36                                                 <phase>process-classes</phase> 
    37                                                 <goals> 
    38                                                         <goal>unpack</goal> 
    39                                                 </goals> 
    40                                                 <configuration> 
    41                                                         <artifactItems> 
    42                                                                 <artifactItem> 
    43                                                                         <groupId>de.ugoe.cs.autoquest</groupId> 
    44                                                                         <artifactId>autoquest-plugin-jfc</artifactId> 
    45                                                                         <version>${tested-autoquest-version}</version> 
    46                                                                         <classifier>config</classifier> 
    47                                                                         <type>zip</type> 
    48                                                                         <outputDirectory>${basedir}/data</outputDirectory> 
    49                                                                 </artifactItem> 
    50                                                         </artifactItems> 
    51                                                 </configuration> 
    52                                         </execution> 
    53                                 </executions> 
    54                         </plugin> 
    55                         <plugin> 
    56                                 <artifactId>maven-clean-plugin</artifactId> 
    57                                 <version>2.5</version> 
    58                                 <configuration> 
    59                                         <filesets> 
    60                                                 <fileset> 
    61                                                         <directory>${basedir}/data</directory> 
    62                                                 </fileset> 
    63                                         </filesets> 
    64                                 </configuration> 
    65                         </plugin> 
    66                 </plugins> 
    67         </build> 
     1<project 
     2    xmlns="http://maven.apache.org/POM/4.0.0" 
     3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     4    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
     5> 
     6    <parent> 
     7        <groupId>de.ugoe.cs.autoquest</groupId> 
     8        <artifactId>autoquest-test</artifactId> 
     9        <version>0.0.1-SNAPSHOT</version> 
     10    </parent> 
     11    <modelVersion>4.0.0</modelVersion> 
     12    <artifactId>autoquest-plugin-jfc-test</artifactId> 
     13    <licenses> 
     14        <license> 
     15            <name>The Apache Software License, Version 2.0</name> 
     16            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
     17        </license> 
     18    </licenses> 
     19    <properties> 
     20        <tested-artifactId>autoquest-plugin-jfc</tested-artifactId> 
     21    </properties> 
     22    <dependencies> 
     23        <dependency> 
     24            <groupId>org.mockito</groupId> 
     25            <artifactId>mockito-core</artifactId> 
     26            <version>1.9.0</version> 
     27            <scope>test</scope> 
     28        </dependency> 
     29    </dependencies> 
     30    <build> 
     31        <plugins> 
     32            <plugin> 
     33                <groupId>org.apache.maven.plugins</groupId> 
     34                <artifactId>maven-dependency-plugin</artifactId> 
     35                <version>2.4</version> 
     36                <executions> 
     37                    <execution> 
     38                        <id>get-jfc-plugin-config</id> 
     39                        <phase>process-classes</phase> 
     40                        <goals> 
     41                            <goal>unpack</goal> 
     42                        </goals> 
     43                        <configuration> 
     44                            <artifactItems> 
     45                                <artifactItem> 
     46                                    <groupId>de.ugoe.cs.autoquest</groupId> 
     47                                    <artifactId>autoquest-plugin-jfc</artifactId> 
     48                                    <version>${tested-autoquest-version}</version> 
     49                                    <classifier>config</classifier> 
     50                                    <type>zip</type> 
     51                                    <outputDirectory>${basedir}/data</outputDirectory> 
     52                                </artifactItem> 
     53                            </artifactItems> 
     54                        </configuration> 
     55                    </execution> 
     56                </executions> 
     57            </plugin> 
     58            <plugin> 
     59                <artifactId>maven-clean-plugin</artifactId> 
     60                <version>2.5</version> 
     61                <configuration> 
     62                    <filesets> 
     63                        <fileset> 
     64                            <directory>${basedir}/data</directory> 
     65                        </fileset> 
     66                    </filesets> 
     67                </configuration> 
     68            </plugin> 
     69        </plugins> 
     70    </build> 
    6871</project> 
  • trunk/autoquest-plugin-jfc/pom.xml

    r927 r1011  
    1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    2         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.autoquest</groupId> 
    5                 <artifactId>autoquest</artifactId> 
    6                 <version>0.0.1-SNAPSHOT</version> 
    7         </parent> 
    8         <modelVersion>4.0.0</modelVersion> 
    9         <artifactId>autoquest-plugin-jfc</artifactId> 
    10         <name>autoquest-plugin-jfc</name> 
    11         <licenses> 
    12                 <license> 
    13                         <name>The Apache Software License, Version 2.0</name> 
    14                         <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
    15                 </license> 
    16         </licenses> 
    17         <scm> 
    18                 <url>${autoquest-scm-trunk-dir}/autoquest-plugin-jfc</url> 
    19         </scm> 
    20         <dependencies> 
    21                 <dependency> 
    22                         <groupId>de.ugoe.cs</groupId> 
    23                         <artifactId>java-utils</artifactId> 
    24                         <version>0.0.1-SNAPSHOT</version> 
    25                 </dependency> 
    26                 <dependency> 
    27                         <groupId>de.ugoe.cs.autoquest</groupId> 
    28                         <artifactId>autoquest-plugin-core</artifactId> 
    29                         <version>${project.parent.version}</version> 
    30                 </dependency> 
    31                 <dependency> 
    32                         <groupId>de.ugoe.cs.autoquest</groupId> 
    33                         <artifactId>autoquest-core-events</artifactId> 
    34                         <version>${project.parent.version}</version> 
    35                 </dependency> 
    36                 <dependency> 
    37                         <groupId>de.ugoe.cs.autoquest</groupId> 
    38                         <artifactId>autoquest-misc</artifactId> 
    39                         <version>${project.parent.version}</version> 
    40                 </dependency> 
    41                 <dependency> 
    42                         <groupId>net.sourceforge.collections</groupId> 
    43                         <artifactId>collections-generic</artifactId> 
    44                         <version>4.01</version> 
    45                 </dependency> 
    46         </dependencies> 
    47         <build> 
    48                 <plugins> 
    49                         <plugin> 
    50                                 <artifactId>maven-assembly-plugin</artifactId> 
    51                                 <version>2.2-beta-2</version> 
    52                                 <configuration> 
    53                                         <descriptors> 
    54                                                 <descriptor>src/main/assembly/config.xml</descriptor> 
    55                                         </descriptors> 
    56                                 </configuration> 
    57                                 <executions> 
    58                                         <execution> 
    59                                                 <id>make-assembly</id> 
    60                                                 <phase>package</phase> 
    61                                                 <goals> 
    62                                                         <goal>single</goal> 
    63                                                 </goals> 
    64                                         </execution> 
    65                                 </executions> 
    66                         </plugin> 
    67                 </plugins> 
    68         </build> 
     1<project 
     2    xmlns="http://maven.apache.org/POM/4.0.0" 
     3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     4    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
     5> 
     6    <parent> 
     7        <groupId>de.ugoe.cs.autoquest</groupId> 
     8        <artifactId>autoquest</artifactId> 
     9        <version>0.0.1-SNAPSHOT</version> 
     10    </parent> 
     11    <modelVersion>4.0.0</modelVersion> 
     12    <artifactId>autoquest-plugin-jfc</artifactId> 
     13    <name>autoquest-plugin-jfc</name> 
     14    <licenses> 
     15        <license> 
     16            <name>The Apache Software License, Version 2.0</name> 
     17            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
     18        </license> 
     19    </licenses> 
     20    <scm> 
     21        <url>${autoquest-scm-trunk-dir}/autoquest-plugin-jfc</url> 
     22    </scm> 
     23    <dependencies> 
     24        <dependency> 
     25            <groupId>de.ugoe.cs</groupId> 
     26            <artifactId>java-utils</artifactId> 
     27            <version>0.0.1-SNAPSHOT</version> 
     28        </dependency> 
     29        <dependency> 
     30            <groupId>de.ugoe.cs.autoquest</groupId> 
     31            <artifactId>autoquest-plugin-core</artifactId> 
     32            <version>${project.parent.version}</version> 
     33        </dependency> 
     34        <dependency> 
     35            <groupId>de.ugoe.cs.autoquest</groupId> 
     36            <artifactId>autoquest-core-events</artifactId> 
     37            <version>${project.parent.version}</version> 
     38        </dependency> 
     39        <dependency> 
     40            <groupId>de.ugoe.cs.autoquest</groupId> 
     41            <artifactId>autoquest-misc</artifactId> 
     42            <version>${project.parent.version}</version> 
     43        </dependency> 
     44        <dependency> 
     45            <groupId>net.sourceforge.collections</groupId> 
     46            <artifactId>collections-generic</artifactId> 
     47            <version>4.01</version> 
     48        </dependency> 
     49    </dependencies> 
     50    <build> 
     51        <plugins> 
     52            <plugin> 
     53                <artifactId>maven-assembly-plugin</artifactId> 
     54                <version>2.2-beta-2</version> 
     55                <configuration> 
     56                    <descriptors> 
     57                        <descriptor>src/main/assembly/config.xml</descriptor> 
     58                    </descriptors> 
     59                </configuration> 
     60                <executions> 
     61                    <execution> 
     62                        <id>make-assembly</id> 
     63                        <phase>package</phase> 
     64                        <goals> 
     65                            <goal>single</goal> 
     66                        </goals> 
     67                    </execution> 
     68                </executions> 
     69            </plugin> 
     70        </plugins> 
     71    </build> 
    6972</project> 
  • trunk/autoquest-plugin-mfc-test/pom.xml

    r927 r1011  
    1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    2         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.autoquest</groupId> 
    5                 <artifactId>autoquest-test</artifactId> 
    6                 <version>0.0.1-SNAPSHOT</version> 
    7         </parent> 
    8         <modelVersion>4.0.0</modelVersion> 
    9         <artifactId>autoquest-plugin-mfc-test</artifactId> 
    10         <licenses> 
    11                 <license> 
    12                         <name>The Apache Software License, Version 2.0</name> 
    13                         <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
    14                 </license> 
    15         </licenses> 
    16         <properties> 
    17                 <tested-artifactId>autoquest-plugin-mfc</tested-artifactId> 
    18         </properties> 
    19         <dependencies> 
    20                 <dependency> 
    21                         <groupId>de.ugoe.cs.autoquest</groupId> 
    22                         <artifactId>autoquest-ui-core</artifactId> 
    23                         <version>${tested-autoquest-version}</version> 
    24                         <scope>test</scope> 
    25                 </dependency> 
    26         </dependencies> 
    27         <build> 
    28                 <plugins> 
    29                         <plugin> 
    30                                 <groupId>org.apache.maven.plugins</groupId> 
    31                                 <artifactId>maven-dependency-plugin</artifactId> 
    32                                 <version>2.4</version> 
    33                                 <executions> 
    34                                         <execution> 
    35                                                 <id>get-mfc-plugin-config</id> 
    36                                                 <phase>process-classes</phase> 
    37                                                 <goals> 
    38                                                         <goal>unpack</goal> 
    39                                                 </goals> 
    40                                                 <configuration> 
    41                                                         <artifactItems> 
    42                                                                 <artifactItem> 
    43                                                                         <groupId>de.ugoe.cs.autoquest</groupId> 
    44                                                                         <artifactId>autoquest-plugin-mfc</artifactId> 
    45                                                                         <version>${tested-autoquest-version}</version> 
    46                                                                         <classifier>config</classifier> 
    47                                                                         <type>zip</type> 
    48                                                                         <outputDirectory>${basedir}/data</outputDirectory> 
    49                                                                 </artifactItem> 
    50                                                         </artifactItems> 
    51                                                 </configuration> 
    52                                         </execution> 
    53                                 </executions> 
    54                         </plugin> 
    55                         <plugin> 
    56                                 <artifactId>maven-clean-plugin</artifactId> 
    57                                 <version>2.5</version> 
    58                                 <configuration> 
    59                                         <filesets> 
    60                                                 <fileset> 
    61                                                         <directory>${basedir}/data</directory> 
    62                                                 </fileset> 
    63                                         </filesets> 
    64                                 </configuration> 
    65                         </plugin> 
    66                 </plugins> 
    67         </build> 
     1<project 
     2    xmlns="http://maven.apache.org/POM/4.0.0" 
     3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     4    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
     5> 
     6    <parent> 
     7        <groupId>de.ugoe.cs.autoquest</groupId> 
     8        <artifactId>autoquest-test</artifactId> 
     9        <version>0.0.1-SNAPSHOT</version> 
     10    </parent> 
     11    <modelVersion>4.0.0</modelVersion> 
     12    <artifactId>autoquest-plugin-mfc-test</artifactId> 
     13    <licenses> 
     14        <license> 
     15            <name>The Apache Software License, Version 2.0</name> 
     16            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
     17        </license> 
     18    </licenses> 
     19    <properties> 
     20        <tested-artifactId>autoquest-plugin-mfc</tested-artifactId> 
     21    </properties> 
     22    <dependencies> 
     23        <dependency> 
     24            <groupId>de.ugoe.cs.autoquest</groupId> 
     25            <artifactId>autoquest-ui-core</artifactId> 
     26            <version>${tested-autoquest-version}</version> 
     27            <scope>test</scope> 
     28        </dependency> 
     29    </dependencies> 
     30    <build> 
     31        <plugins> 
     32            <plugin> 
     33                <groupId>org.apache.maven.plugins</groupId> 
     34                <artifactId>maven-dependency-plugin</artifactId> 
     35                <version>2.4</version> 
     36                <executions> 
     37                    <execution> 
     38                        <id>get-mfc-plugin-config</id> 
     39                        <phase>process-classes</phase> 
     40                        <goals> 
     41                            <goal>unpack</goal> 
     42                        </goals> 
     43                        <configuration> 
     44                            <artifactItems> 
     45                                <artifactItem> 
     46                                    <groupId>de.ugoe.cs.autoquest</groupId> 
     47                                    <artifactId>autoquest-plugin-mfc</artifactId> 
     48                                    <version>${tested-autoquest-version}</version> 
     49                                    <classifier>config</classifier> 
     50                                    <type>zip</type> 
     51                                    <outputDirectory>${basedir}/data</outputDirectory> 
     52                                </artifactItem> 
     53                            </artifactItems> 
     54                        </configuration> 
     55                    </execution> 
     56                </executions> 
     57            </plugin> 
     58            <plugin> 
     59                <artifactId>maven-clean-plugin</artifactId> 
     60                <version>2.5</version> 
     61                <configuration> 
     62                    <filesets> 
     63                        <fileset> 
     64                            <directory>${basedir}/data</directory> 
     65                        </fileset> 
     66                    </filesets> 
     67                </configuration> 
     68            </plugin> 
     69        </plugins> 
     70    </build> 
    6871</project> 
  • trunk/autoquest-plugin-mfc/pom.xml

    r927 r1011  
    1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    2         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.autoquest</groupId> 
    5                 <artifactId>autoquest</artifactId> 
    6                 <version>0.0.1-SNAPSHOT</version> 
    7         </parent> 
    8         <modelVersion>4.0.0</modelVersion> 
    9         <artifactId>autoquest-plugin-mfc</artifactId> 
    10         <name>autoquest-plugin-mfc</name> 
    11         <licenses> 
    12                 <license> 
    13                         <name>The Apache Software License, Version 2.0</name> 
    14                         <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
    15                 </license> 
    16         </licenses> 
    17         <scm> 
    18                 <url>${autoquest-scm-trunk-dir}/autoquest-plugin-mfc</url> 
    19         </scm> 
    20         <dependencies> 
    21                 <dependency> 
    22                         <groupId>de.ugoe.cs</groupId> 
    23                         <artifactId>java-utils</artifactId> 
    24                         <version>0.0.1-SNAPSHOT</version> 
    25                 </dependency> 
    26                 <dependency> 
    27                         <groupId>de.ugoe.cs.autoquest</groupId> 
    28                         <artifactId>autoquest-plugin-core</artifactId> 
    29                         <version>${project.parent.version}</version> 
    30                 </dependency> 
    31                 <dependency> 
    32                         <groupId>commons-codec</groupId> 
    33                         <artifactId>commons-codec</artifactId> 
    34                         <version>1.6</version> 
    35                 </dependency> 
    36                 <dependency> 
    37                         <groupId>jdom</groupId> 
    38                         <artifactId>jdom</artifactId> 
    39                         <version>1.1</version> 
    40                 </dependency> 
    41                 <dependency> 
    42                         <groupId>de.ugoe.cs.autoquest</groupId> 
    43                         <artifactId>autoquest-core-events</artifactId> 
    44                         <version>${project.parent.version}</version> 
    45                 </dependency> 
    46                 <dependency> 
    47                         <groupId>de.ugoe.cs.autoquest</groupId> 
    48                         <artifactId>autoquest-misc</artifactId> 
    49                         <version>${project.parent.version}</version> 
    50                 </dependency> 
    51         </dependencies> 
    52         <build> 
    53                 <plugins> 
    54                         <plugin> 
    55                                 <artifactId>maven-assembly-plugin</artifactId> 
    56                                 <version>2.2-beta-2</version> 
    57                                 <configuration> 
    58                                         <descriptors> 
    59                                                 <descriptor>src/main/assembly/config.xml</descriptor> 
    60                                         </descriptors> 
    61                                 </configuration> 
    62                                 <executions> 
    63                                         <execution> 
    64                                                 <id>make-assembly</id> 
    65                                                 <phase>package</phase> 
    66                                                 <goals> 
    67                                                         <goal>single</goal> 
    68                                                 </goals> 
    69                                         </execution> 
    70                                 </executions> 
    71                         </plugin> 
    72                 </plugins> 
    73         </build> 
     1<project 
     2    xmlns="http://maven.apache.org/POM/4.0.0" 
     3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     4    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
     5> 
     6    <parent> 
     7        <groupId>de.ugoe.cs.autoquest</groupId> 
     8        <artifactId>autoquest</artifactId> 
     9        <version>0.0.1-SNAPSHOT</version> 
     10    </parent> 
     11    <modelVersion>4.0.0</modelVersion> 
     12    <artifactId>autoquest-plugin-mfc</artifactId> 
     13    <name>autoquest-plugin-mfc</name> 
     14    <licenses> 
     15        <license> 
     16            <name>The Apache Software License, Version 2.0</name> 
     17            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
     18        </license> 
     19    </licenses> 
     20    <scm> 
     21        <url>${autoquest-scm-trunk-dir}/autoquest-plugin-mfc</url> 
     22    </scm> 
     23    <dependencies> 
     24        <dependency> 
     25            <groupId>de.ugoe.cs</groupId> 
     26            <artifactId>java-utils</artifactId> 
     27            <version>0.0.1-SNAPSHOT</version> 
     28        </dependency> 
     29        <dependency> 
     30            <groupId>de.ugoe.cs.autoquest</groupId> 
     31            <artifactId>autoquest-plugin-core</artifactId> 
     32            <version>${project.parent.version}</version> 
     33        </dependency> 
     34        <dependency> 
     35            <groupId>commons-codec</groupId> 
     36            <artifactId>commons-codec</artifactId> 
     37            <version>1.6</version> 
     38        </dependency> 
     39        <dependency> 
     40            <groupId>jdom</groupId> 
     41            <artifactId>jdom</artifactId> 
     42            <version>1.1</version> 
     43        </dependency> 
     44        <dependency> 
     45            <groupId>de.ugoe.cs.autoquest</groupId> 
     46            <artifactId>autoquest-core-events</artifactId> 
     47            <version>${project.parent.version}</version> 
     48        </dependency> 
     49        <dependency> 
     50            <groupId>de.ugoe.cs.autoquest</groupId> 
     51            <artifactId>autoquest-misc</artifactId> 
     52            <version>${project.parent.version}</version> 
     53        </dependency> 
     54    </dependencies> 
     55    <build> 
     56        <plugins> 
     57            <plugin> 
     58                <artifactId>maven-assembly-plugin</artifactId> 
     59                <version>2.2-beta-2</version> 
     60                <configuration> 
     61                    <descriptors> 
     62                        <descriptor>src/main/assembly/config.xml</descriptor> 
     63                    </descriptors> 
     64                </configuration> 
     65                <executions> 
     66                    <execution> 
     67                        <id>make-assembly</id> 
     68                        <phase>package</phase> 
     69                        <goals> 
     70                            <goal>single</goal> 
     71                        </goals> 
     72                    </execution> 
     73                </executions> 
     74            </plugin> 
     75        </plugins> 
     76    </build> 
    7477</project> 
  • trunk/autoquest-plugin-php/pom.xml

    r927 r1011  
    1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    2         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.autoquest</groupId> 
    5                 <artifactId>autoquest</artifactId> 
    6                 <version>0.0.1-SNAPSHOT</version> 
    7         </parent> 
    8         <modelVersion>4.0.0</modelVersion> 
    9         <artifactId>autoquest-plugin-php</artifactId> 
    10         <name>autoquest-plugin-php</name> 
    11         <licenses> 
    12                 <license> 
    13                         <name>The Apache Software License, Version 2.0</name> 
    14                         <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
    15                 </license> 
    16         </licenses> 
    17         <scm> 
    18                 <url>${autoquest-scm-trunk-dir}/autoquest-plugin-php</url> 
    19         </scm> 
    20         <dependencies> 
    21                 <dependency> 
    22                         <groupId>de.ugoe.cs</groupId> 
    23                         <artifactId>java-utils</artifactId> 
    24                         <version>0.0.1-SNAPSHOT</version> 
    25                 </dependency> 
    26                 <dependency> 
    27                         <groupId>de.ugoe.cs.autoquest</groupId> 
    28                         <artifactId>autoquest-plugin-core</artifactId> 
    29                         <version>${project.parent.version}</version> 
    30                 </dependency> 
    31                 <dependency> 
    32                         <groupId>de.ugoe.cs.autoquest</groupId> 
    33                         <artifactId>autoquest-core-events</artifactId> 
    34                         <version>${project.parent.version}</version> 
    35                 </dependency> 
    36                 <dependency> 
    37                         <groupId>de.ugoe.cs.autoquest</groupId> 
    38                         <artifactId>autoquest-misc</artifactId> 
    39                         <version>${project.parent.version}</version> 
    40                 </dependency> 
    41         </dependencies> 
    42         <build> 
    43                 <plugins> 
    44                         <plugin> 
    45                                 <artifactId>maven-assembly-plugin</artifactId> 
    46                                 <version>2.2-beta-2</version> 
    47                                 <configuration> 
    48                                         <descriptors> 
    49                                                 <descriptor>src/main/assembly/config.xml</descriptor> 
    50                                         </descriptors> 
    51                                 </configuration> 
    52                                 <executions> 
    53                                         <execution> 
    54                                                 <id>make-assembly</id> 
    55                                                 <phase>package</phase> 
    56                                                 <goals> 
    57                                                         <goal>single</goal> 
    58                                                 </goals> 
    59                                         </execution> 
    60                                 </executions> 
    61                         </plugin> 
    62                 </plugins> 
    63         </build> 
     1<project 
     2    xmlns="http://maven.apache.org/POM/4.0.0" 
     3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     4    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
     5> 
     6    <parent> 
     7        <groupId>de.ugoe.cs.autoquest</groupId> 
     8        <artifactId>autoquest</artifactId> 
     9        <version>0.0.1-SNAPSHOT</version> 
     10    </parent> 
     11    <modelVersion>4.0.0</modelVersion> 
     12    <artifactId>autoquest-plugin-php</artifactId> 
     13    <name>autoquest-plugin-php</name> 
     14    <licenses> 
     15        <license> 
     16            <name>The Apache Software License, Version 2.0</name> 
     17            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
     18        </license> 
     19    </licenses> 
     20    <scm> 
     21        <url>${autoquest-scm-trunk-dir}/autoquest-plugin-php</url> 
     22    </scm> 
     23    <dependencies> 
     24        <dependency> 
     25            <groupId>de.ugoe.cs</groupId> 
     26            <artifactId>java-utils</artifactId> 
     27            <version>0.0.1-SNAPSHOT</version> 
     28        </dependency> 
     29        <dependency> 
     30            <groupId>de.ugoe.cs.autoquest</groupId> 
     31            <artifactId>autoquest-plugin-core</artifactId> 
     32            <version>${project.parent.version}</version> 
     33        </dependency> 
     34        <dependency> 
     35            <groupId>de.ugoe.cs.autoquest</groupId> 
     36            <artifactId>autoquest-core-events</artifactId> 
     37            <version>${project.parent.version}</version> 
     38        </dependency> 
     39        <dependency> 
     40            <groupId>de.ugoe.cs.autoquest</groupId> 
     41            <artifactId>autoquest-misc</artifactId> 
     42            <version>${project.parent.version}</version> 
     43        </dependency> 
     44    </dependencies> 
     45    <build> 
     46        <plugins> 
     47            <plugin> 
     48                <artifactId>maven-assembly-plugin</artifactId> 
     49                <version>2.2-beta-2</version> 
     50                <configuration> 
     51                    <descriptors> 
     52                        <descriptor>src/main/assembly/config.xml</descriptor> 
     53                    </descriptors> 
     54                </configuration> 
     55                <executions> 
     56                    <execution> 
     57                        <id>make-assembly</id> 
     58                        <phase>package</phase> 
     59                        <goals> 
     60                            <goal>single</goal> 
     61                        </goals> 
     62                    </execution> 
     63                </executions> 
     64            </plugin> 
     65        </plugins> 
     66    </build> 
    6467</project> 
  • trunk/autoquest-test-utils/pom.xml

    r927 r1011  
    1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    2         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.autoquest</groupId> 
    5                 <artifactId>autoquest</artifactId> 
    6                 <version>0.0.1-SNAPSHOT</version> 
    7         </parent> 
    8         <modelVersion>4.0.0</modelVersion> 
    9         <artifactId>autoquest-test-utils</artifactId> 
    10         <name>autoquest-test-utils</name> 
    11         <licenses> 
    12                 <license> 
    13                         <name>The Apache Software License, Version 2.0</name> 
    14                         <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
    15                 </license> 
    16         </licenses> 
    17         <scm> 
    18                 <url>${autoquest-scm-trunk-dir}/autoquest-test-utils</url> 
    19         </scm> 
    20         <dependencies> 
    21                 <dependency> 
    22                         <groupId>de.ugoe.cs</groupId> 
    23                         <artifactId>java-utils</artifactId> 
    24                         <version>0.0.1-SNAPSHOT</version> 
    25                 </dependency> 
    26                 <dependency> 
    27                         <groupId>de.ugoe.cs.autoquest</groupId> 
    28                         <artifactId>autoquest-core-events</artifactId> 
    29                         <version>${project.parent.version}</version> 
    30                 </dependency> 
    31                 <dependency> 
    32                         <groupId>de.ugoe.cs.autoquest</groupId> 
    33                         <artifactId>autoquest-core-tasktrees</artifactId> 
    34                         <version>${project.parent.version}</version> 
    35                 </dependency> 
    36                 <dependency> 
    37                         <groupId>de.ugoe.cs.autoquest</groupId> 
    38                         <artifactId>autoquest-core-usageprofiles</artifactId> 
    39                         <version>${project.parent.version}</version> 
    40                 </dependency> 
    41                 <dependency> 
    42                         <groupId>junit</groupId> 
    43                         <artifactId>junit</artifactId> 
    44                         <version>4.8.1</version> 
    45                 </dependency> 
    46         </dependencies> 
     1<project 
     2    xmlns="http://maven.apache.org/POM/4.0.0" 
     3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     4    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
     5> 
     6    <parent> 
     7        <groupId>de.ugoe.cs.autoquest</groupId> 
     8        <artifactId>autoquest</artifactId> 
     9        <version>0.0.1-SNAPSHOT</version> 
     10    </parent> 
     11    <modelVersion>4.0.0</modelVersion> 
     12    <artifactId>autoquest-test-utils</artifactId> 
     13    <name>autoquest-test-utils</name> 
     14    <licenses> 
     15        <license> 
     16            <name>The Apache Software License, Version 2.0</name> 
     17            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
     18        </license> 
     19    </licenses> 
     20    <scm> 
     21        <url>${autoquest-scm-trunk-dir}/autoquest-test-utils</url> 
     22    </scm> 
     23    <dependencies> 
     24        <dependency> 
     25            <groupId>de.ugoe.cs</groupId> 
     26            <artifactId>java-utils</artifactId> 
     27            <version>0.0.1-SNAPSHOT</version> 
     28        </dependency> 
     29        <dependency> 
     30            <groupId>de.ugoe.cs.autoquest</groupId> 
     31            <artifactId>autoquest-core-events</artifactId> 
     32            <version>${project.parent.version}</version> 
     33        </dependency> 
     34        <dependency> 
     35            <groupId>de.ugoe.cs.autoquest</groupId> 
     36            <artifactId>autoquest-core-tasktrees</artifactId> 
     37            <version>${project.parent.version}</version> 
     38        </dependency> 
     39        <dependency> 
     40            <groupId>de.ugoe.cs.autoquest</groupId> 
     41            <artifactId>autoquest-core-usageprofiles</artifactId> 
     42            <version>${project.parent.version}</version> 
     43        </dependency> 
     44        <dependency> 
     45            <groupId>junit</groupId> 
     46            <artifactId>junit</artifactId> 
     47            <version>4.8.1</version> 
     48        </dependency> 
     49    </dependencies> 
    4750</project> 
  • trunk/autoquest-test/pom.xml

    r927 r1011  
    1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    2         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 
    3         <modelVersion>4.0.0</modelVersion> 
    4         <groupId>de.ugoe.cs.autoquest</groupId> 
    5         <artifactId>autoquest-test</artifactId> 
    6         <version>0.0.1-SNAPSHOT</version> 
    7         <packaging>pom</packaging> 
    8         <name>${tested-artifact-id}-test</name> 
    9         <licenses> 
    10                 <license> 
    11                         <name>The Apache Software License, Version 2.0</name> 
    12                         <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
    13                 </license> 
    14         </licenses> 
    15         <properties> 
    16                 <autoquest-scm-trunk-dir>https://autoquest.informatik.uni-goettingen.de/svn/autoquest/trunk</autoquest-scm-trunk-dir> 
    17                 <tested-artifactId>autoquest</tested-artifactId> 
    18                 <tested-autoquest-version>0.0.1-SNAPSHOT</tested-autoquest-version> 
    19         </properties> 
    20         <scm> 
    21                 <url>${autoquest-scm-trunk-dir}/${tested-artifact-id}-test</url> 
    22         </scm> 
    23         <dependencies> 
    24                 <dependency> 
    25                         <groupId>${project.groupId}</groupId> 
    26                         <artifactId>${tested-artifactId}</artifactId> 
    27                         <version>${tested-autoquest-version}</version> 
    28                         <scope>test</scope> 
    29                 </dependency> 
    30                 <dependency> 
    31                         <groupId>de.ugoe.cs.autoquest</groupId> 
    32                         <artifactId>autoquest-test-utils</artifactId> 
    33                         <version>${project.version}</version> 
    34                         <scope>test</scope> 
    35                 </dependency> 
    36                 <dependency> 
    37                         <groupId>junit</groupId> 
    38                         <artifactId>junit</artifactId> 
    39                         <version>4.8.1</version> 
    40                         <scope>test</scope> 
    41                 </dependency> 
    42         </dependencies> 
    43         <build> 
    44                 <pluginManagement> 
    45                         <plugins> 
    46                                 <plugin> 
    47                                         <groupId>org.eclipse.m2e</groupId> 
    48                                         <artifactId>lifecycle-mapping</artifactId> 
    49                                         <version>1.0.0</version> 
    50                                         <configuration> 
    51                                                 <lifecycleMappingMetadata> 
    52                                                         <pluginExecutions> 
    53                                                                 <pluginExecution> 
    54                                                                         <pluginExecutionFilter> 
    55                                                                                 <groupId>org.apache.maven.plugins</groupId> 
    56                                                                                 <artifactId>maven-dependency-plugin</artifactId> 
    57                                                                                 <versionRange>[1.0.0,)</versionRange> 
    58                                                                                 <goals> 
    59                                                                                         <goal>unpack</goal> 
    60                                                                                 </goals> 
    61                                                                         </pluginExecutionFilter> 
    62                                                                         <action> 
    63                                                                                 <ignore /> 
    64                                                                         </action> 
    65                                                                 </pluginExecution> 
    66                                                         </pluginExecutions> 
    67                                                 </lifecycleMappingMetadata> 
    68                                         </configuration> 
    69                                 </plugin> 
    70                         </plugins> 
    71                 </pluginManagement> 
    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> 
    83         <profiles> 
    84                 <profile> 
    85                         <id>test execution</id> 
    86                         <activation> 
    87                                 <file> 
    88                                         <exists>src</exists> 
    89                                 </file> 
    90                         </activation> 
    91                         <build> 
    92                                 <plugins> 
    93                                         <plugin> 
    94                                                 <groupId>org.apache.maven.plugins</groupId> 
    95                                                 <artifactId>maven-dependency-plugin</artifactId> 
    96                                                 <version>2.4</version> 
    97                                                 <executions> 
    98                                                         <execution> 
    99                                                                 <id>unpack</id> 
    100                                                                 <phase>process-classes</phase> 
    101                                                                 <goals> 
    102                                                                         <goal>unpack</goal> 
    103                                                                 </goals> 
    104                                                                 <configuration> 
    105                                                                         <artifactItems> 
    106                                                                                 <artifactItem> 
    107                                                                                         <groupId>${project.groupId}</groupId> 
    108                                                                                         <artifactId>${tested-artifactId}</artifactId> 
    109                                                                                         <version>${tested-autoquest-version}</version> 
    110                                                                                         <outputDirectory>${project.build.directory}/classes</outputDirectory> 
    111                                                                                 </artifactItem> 
    112                                                                         </artifactItems> 
    113                                                                 </configuration> 
    114                                                         </execution> 
    115                                                 </executions> 
    116                                         </plugin> 
    117                                 </plugins> 
    118                         </build> 
    119                 </profile> 
    120         </profiles> 
     1<project 
     2    xmlns="http://maven.apache.org/POM/4.0.0" 
     3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     4    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
     5> 
     6    <modelVersion>4.0.0</modelVersion> 
     7    <groupId>de.ugoe.cs.autoquest</groupId> 
     8    <artifactId>autoquest-test</artifactId> 
     9    <version>0.0.1-SNAPSHOT</version> 
     10    <packaging>pom</packaging> 
     11    <name>${tested-artifact-id}-test</name> 
     12    <licenses> 
     13        <license> 
     14            <name>The Apache Software License, Version 2.0</name> 
     15            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
     16        </license> 
     17    </licenses> 
     18    <properties> 
     19        <autoquest-scm-trunk-dir>https://autoquest.informatik.uni-goettingen.de/svn/autoquest/trunk</autoquest-scm-trunk-dir> 
     20        <tested-artifactId>autoquest</tested-artifactId> 
     21        <tested-autoquest-version>0.0.1-SNAPSHOT</tested-autoquest-version> 
     22    </properties> 
     23    <scm> 
     24        <url>${autoquest-scm-trunk-dir}/${tested-artifact-id}-test</url> 
     25    </scm> 
     26    <dependencies> 
     27        <dependency> 
     28            <groupId>${project.groupId}</groupId> 
     29            <artifactId>${tested-artifactId}</artifactId> 
     30            <version>${tested-autoquest-version}</version> 
     31            <scope>test</scope> 
     32        </dependency> 
     33        <dependency> 
     34            <groupId>de.ugoe.cs.autoquest</groupId> 
     35            <artifactId>autoquest-test-utils</artifactId> 
     36            <version>${project.version}</version> 
     37            <scope>test</scope> 
     38        </dependency> 
     39        <dependency> 
     40            <groupId>junit</groupId> 
     41            <artifactId>junit</artifactId> 
     42            <version>4.8.1</version> 
     43            <scope>test</scope> 
     44        </dependency> 
     45    </dependencies> 
     46    <build> 
     47        <pluginManagement> 
     48            <plugins> 
     49                <plugin> 
     50                    <groupId>org.eclipse.m2e</groupId> 
     51                    <artifactId>lifecycle-mapping</artifactId> 
     52                    <version>1.0.0</version> 
     53                    <configuration> 
     54                        <lifecycleMappingMetadata> 
     55                            <pluginExecutions> 
     56                                <pluginExecution> 
     57                                    <pluginExecutionFilter> 
     58                                        <groupId>org.apache.maven.plugins</groupId> 
     59                                        <artifactId>maven-dependency-plugin</artifactId> 
     60                                        <versionRange>[1.0.0,)</versionRange> 
     61                                        <goals> 
     62                                            <goal>unpack</goal> 
     63                                        </goals> 
     64                                    </pluginExecutionFilter> 
     65                                    <action> 
     66                                        <ignore /> 
     67                                    </action> 
     68                                </pluginExecution> 
     69                            </pluginExecutions> 
     70                        </lifecycleMappingMetadata> 
     71                    </configuration> 
     72                </plugin> 
     73            </plugins> 
     74        </pluginManagement> 
     75        <plugins> 
     76            <plugin> 
     77                <artifactId>maven-compiler-plugin</artifactId> 
     78                <version>2.3.2</version> 
     79                <configuration> 
     80                    <source>1.6</source> 
     81                    <target>1.6</target> 
     82                </configuration> 
     83            </plugin> 
     84        </plugins> 
     85    </build> 
     86    <profiles> 
     87        <profile> 
     88            <id>test execution</id> 
     89            <activation> 
     90                <file> 
     91                    <exists>src</exists> 
     92                </file> 
     93            </activation> 
     94            <build> 
     95                <plugins> 
     96                    <plugin> 
     97                        <groupId>org.apache.maven.plugins</groupId> 
     98                        <artifactId>maven-dependency-plugin</artifactId> 
     99                        <version>2.4</version> 
     100                        <executions> 
     101                            <execution> 
     102                                <id>unpack</id> 
     103                                <phase>process-classes</phase> 
     104                                <goals> 
     105                                    <goal>unpack</goal> 
     106                                </goals> 
     107                                <configuration> 
     108                                    <artifactItems> 
     109                                        <artifactItem> 
     110                                            <groupId>${project.groupId}</groupId> 
     111                                            <artifactId>${tested-artifactId}</artifactId> 
     112                                            <version>${tested-autoquest-version}</version> 
     113                                            <outputDirectory>${project.build.directory}/classes</outputDirectory> 
     114                                        </artifactItem> 
     115                                    </artifactItems> 
     116                                </configuration> 
     117                            </execution> 
     118                        </executions> 
     119                    </plugin> 
     120                </plugins> 
     121            </build> 
     122        </profile> 
     123    </profiles> 
    121124</project> 
  • trunk/autoquest-ui-core-test/pom.xml

    r927 r1011  
    1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    2         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.autoquest</groupId> 
    5                 <artifactId>autoquest-test</artifactId> 
    6                 <version>0.0.1-SNAPSHOT</version> 
    7         </parent> 
    8         <modelVersion>4.0.0</modelVersion> 
    9         <artifactId>autoquest-ui-core-test</artifactId> 
    10         <licenses> 
    11                 <license> 
    12                         <name>The Apache Software License, Version 2.0</name> 
    13                         <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
    14                 </license> 
    15         </licenses> 
    16         <properties> 
    17                 <tested-artifactId>autoquest-ui-core</tested-artifactId> 
    18         </properties> 
    19         <dependencies> 
    20                 <dependency> 
    21                         <groupId>junit-addons</groupId> 
    22                         <artifactId>junit-addons</artifactId> 
    23                         <version>1.4</version> 
    24                 </dependency> 
    25                 <dependency> 
    26                         <groupId>org.mockito</groupId> 
    27                         <artifactId>mockito-core</artifactId> 
    28                         <version>1.9.0</version> 
    29                         <scope>test</scope> 
    30                 </dependency> 
    31         </dependencies> 
     1<project 
     2    xmlns="http://maven.apache.org/POM/4.0.0" 
     3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     4    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
     5> 
     6    <parent> 
     7        <groupId>de.ugoe.cs.autoquest</groupId> 
     8        <artifactId>autoquest-test</artifactId> 
     9        <version>0.0.1-SNAPSHOT</version> 
     10    </parent> 
     11    <modelVersion>4.0.0</modelVersion> 
     12    <artifactId>autoquest-ui-core-test</artifactId> 
     13    <licenses> 
     14        <license> 
     15            <name>The Apache Software License, Version 2.0</name> 
     16            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
     17        </license> 
     18    </licenses> 
     19    <properties> 
     20        <tested-artifactId>autoquest-ui-core</tested-artifactId> 
     21    </properties> 
     22    <dependencies> 
     23        <dependency> 
     24            <groupId>junit-addons</groupId> 
     25            <artifactId>junit-addons</artifactId> 
     26            <version>1.4</version> 
     27        </dependency> 
     28        <dependency> 
     29            <groupId>org.mockito</groupId> 
     30            <artifactId>mockito-core</artifactId> 
     31            <version>1.9.0</version> 
     32            <scope>test</scope> 
     33        </dependency> 
     34    </dependencies> 
    3235</project> 
  • trunk/autoquest-ui-swt/pom.xml

    r983 r1011  
    1 <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.autoquest</groupId> 
    4     <artifactId>autoquest</artifactId> 
    5     <version>0.0.1-SNAPSHOT</version> 
    6   </parent> 
    7   <modelVersion>4.0.0</modelVersion> 
    8   <artifactId>autoquest-ui-swt</artifactId> 
    9   <name>autoquest-ui-swt</name> 
    10   <licenses> 
    11     <license> 
    12       <name>The Apache Software License, Version 2.0</name> 
    13       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
    14     </license> 
    15   </licenses> 
     1<project 
     2    xmlns="http://maven.apache.org/POM/4.0.0" 
     3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     4    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
     5> 
     6    <parent> 
     7        <groupId>de.ugoe.cs.autoquest</groupId> 
     8        <artifactId>autoquest</artifactId> 
     9        <version>0.0.1-SNAPSHOT</version> 
     10    </parent> 
     11    <modelVersion>4.0.0</modelVersion> 
     12    <artifactId>autoquest-ui-swt</artifactId> 
     13    <name>autoquest-ui-swt</name> 
     14    <licenses> 
     15        <license> 
     16            <name>The Apache Software License, Version 2.0</name> 
     17            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
     18        </license> 
     19    </licenses> 
    1620    <scm> 
    17                 <url>${autoquest-scm-trunk-dir}/autoquest-ui-swt</url> 
    18         </scm> 
    19         <repositories> 
    20                 <repository> 
    21                         <id>swt-repo</id> 
    22                         <url>https://swt-repo.googlecode.com/svn/repo</url> 
    23                 </repository> 
    24         </repositories> 
    25         <dependencies> 
    26                 <dependency> 
    27                         <groupId>de.ugoe.cs</groupId> 
    28                         <artifactId>java-utils</artifactId> 
    29                         <version>0.0.1-SNAPSHOT</version> 
    30                 </dependency> 
    31                 <dependency> 
    32                         <groupId>de.ugoe.cs.autoquest</groupId> 
    33                         <artifactId>autoquest-core-events</artifactId> 
    34                         <version>${project.parent.version}</version> 
    35                 </dependency> 
    36                 <dependency> 
    37                         <groupId>de.ugoe.cs.autoquest</groupId> 
    38                         <artifactId>autoquest-core-assertions</artifactId> 
    39                         <version>${project.parent.version}</version> 
    40                 </dependency> 
    41                 <dependency> 
    42                         <groupId>de.ugoe.cs.autoquest</groupId> 
    43                         <artifactId>autoquest-core-usageprofiles</artifactId> 
    44                         <version>${project.parent.version}</version> 
    45                 </dependency> 
    46                 <dependency> 
    47                         <groupId>${swt.groupId}</groupId> 
    48                         <artifactId>${swt.artifactId}</artifactId> 
    49                         <version>3.8</version> 
    50                 </dependency> 
    51                 <dependency> 
    52                         <groupId>org.eclipse</groupId> 
    53                         <artifactId>ui-forms</artifactId> 
    54                         <version>3.5</version> 
    55                 </dependency> 
    56         </dependencies> 
     21        <url>${autoquest-scm-trunk-dir}/autoquest-ui-swt</url> 
     22    </scm> 
     23    <repositories> 
     24        <repository> 
     25            <id>swt-repo</id> 
     26            <url>https://swt-repo.googlecode.com/svn/repo</url> 
     27        </repository> 
     28    </repositories> 
     29    <dependencies> 
     30        <dependency> 
     31            <groupId>de.ugoe.cs</groupId> 
     32            <artifactId>java-utils</artifactId> 
     33            <version>0.0.1-SNAPSHOT</version> 
     34        </dependency> 
     35        <dependency> 
     36            <groupId>de.ugoe.cs.autoquest</groupId> 
     37            <artifactId>autoquest-core-events</artifactId> 
     38            <version>${project.parent.version}</version> 
     39        </dependency> 
     40        <dependency> 
     41            <groupId>de.ugoe.cs.autoquest</groupId> 
     42            <artifactId>autoquest-core-assertions</artifactId> 
     43            <version>${project.parent.version}</version> 
     44        </dependency> 
     45        <dependency> 
     46            <groupId>de.ugoe.cs.autoquest</groupId> 
     47            <artifactId>autoquest-core-usageprofiles</artifactId> 
     48            <version>${project.parent.version}</version> 
     49        </dependency> 
     50        <dependency> 
     51            <groupId>${swt.groupId}</groupId> 
     52            <artifactId>${swt.artifactId}</artifactId> 
     53            <version>3.8</version> 
     54        </dependency> 
     55        <dependency> 
     56            <groupId>org.eclipse</groupId> 
     57            <artifactId>ui-forms</artifactId> 
     58            <version>3.5</version> 
     59        </dependency> 
     60    </dependencies> 
    5761 
    58         <profiles> 
    59                 <profile> 
    60                         <id>Windows-x86</id> 
    61                         <activation> 
    62                                 <os> 
    63                                         <family>windows</family> 
    64                                         <arch>x86</arch> 
    65                                 </os> 
    66                         </activation> 
    67                         <properties> 
    68                                 <swt.groupId>org.eclipse.swt</swt.groupId> 
    69                                 <swt.artifactId>org.eclipse.swt.win32.win32.x86</swt.artifactId> 
    70                         </properties> 
    71                 </profile> 
    72                 <profile> 
    73                         <id>Windows-amd64</id> 
    74                         <activation> 
    75                                 <os> 
    76                                         <family>windows</family> 
    77                                         <arch>amd64</arch> 
    78                                 </os> 
    79                         </activation> 
    80                         <properties> 
    81                                 <swt.groupId>org.eclipse.swt</swt.groupId> 
    82                                 <swt.artifactId>org.eclipse.swt.win32.win32.x86_64</swt.artifactId> 
    83                         </properties> 
    84                 </profile> 
    85                 <profile> 
    86                         <id>Linux-x86</id> 
    87                         <activation> 
    88                                 <os> 
    89                                         <family>linux</family> 
    90                                         <arch>x86</arch> 
    91                                 </os> 
    92                         </activation> 
    93                         <properties> 
    94                                 <swt.groupId>org.eclipse.swt</swt.groupId> 
    95                                 <swt.artifactId>org.eclipse.swt.gtk.linux.x86</swt.artifactId> 
    96                         </properties> 
    97                 </profile> 
    98                 <profile> 
    99                         <id>Linux-i386</id> 
    100                         <activation> 
    101                                 <os> 
    102                                         <family>linux</family> 
    103                                         <arch>i386</arch> 
    104                                 </os> 
    105                         </activation> 
    106                         <properties> 
    107                                 <swt.groupId>org.eclipse.swt</swt.groupId> 
    108                                 <swt.artifactId>org.eclipse.swt.gtk.linux.x86</swt.artifactId> 
    109                         </properties> 
    110                 </profile> 
    111                 <profile> 
    112                         <id>Linux-x86_64</id> 
    113                         <activation> 
    114                                 <os> 
    115                                         <family>linux</family> 
    116                                         <arch>x86_64</arch> 
    117                                 </os> 
    118                         </activation> 
    119                         <properties> 
    120                                 <swt.groupId>org.eclipse.swt</swt.groupId> 
    121                                 <swt.artifactId>org.eclipse.swt.gtk.linux.x86_64</swt.artifactId> 
    122                         </properties> 
    123                 </profile> 
    124                 <profile> 
    125                         <id>Linux-amd64</id> 
    126                         <activation> 
    127                                 <os> 
    128                                         <family>linux</family> 
    129                                         <arch>amd64</arch> 
    130                                 </os> 
    131                         </activation> 
    132                         <properties> 
    133                                 <swt.groupId>org.eclipse.swt</swt.groupId> 
    134                                 <swt.artifactId>org.eclipse.swt.gtk.linux.x86_64</swt.artifactId> 
    135                         </properties> 
    136                 </profile> 
    137                 <profile> 
    138                         <id>Linux-ppc64</id> 
    139                         <activation> 
    140                                 <os> 
    141                                         <family>linux</family> 
    142                                         <arch>ppc64</arch> 
    143                                 </os> 
    144                         </activation> 
    145                         <properties> 
    146                                 <swt.groupId>org.eclipse.swt</swt.groupId> 
    147                                 <swt.artifactId>org.eclipse.swt.gtk.linux.ppc64</swt.artifactId> 
    148                         </properties> 
    149                 </profile> 
    150         </profiles> 
     62    <profiles> 
     63        <profile> 
     64            <id>Windows-x86</id> 
     65            <activation> 
     66                <os> 
     67                    <family>windows</family> 
     68                    <arch>x86</arch> 
     69                </os> 
     70            </activation> 
     71            <properties> 
     72                <swt.groupId>org.eclipse.swt</swt.groupId> 
     73                <swt.artifactId>org.eclipse.swt.win32.win32.x86</swt.artifactId> 
     74            </properties> 
     75        </profile> 
     76        <profile> 
     77            <id>Windows-amd64</id> 
     78            <activation> 
     79                <os> 
     80                    <family>windows</family> 
     81                    <arch>amd64</arch> 
     82                </os> 
     83            </activation> 
     84            <properties> 
     85                <swt.groupId>org.eclipse.swt</swt.groupId> 
     86                <swt.artifactId>org.eclipse.swt.win32.win32.x86_64</swt.artifactId> 
     87            </properties> 
     88        </profile> 
     89        <profile> 
     90            <id>Linux-x86</id> 
     91            <activation> 
     92                <os> 
     93                    <family>linux</family> 
     94                    <arch>x86</arch> 
     95                </os> 
     96            </activation> 
     97            <properties> 
     98                <swt.groupId>org.eclipse.swt</swt.groupId> 
     99                <swt.artifactId>org.eclipse.swt.gtk.linux.x86</swt.artifactId> 
     100            </properties> 
     101        </profile> 
     102        <profile> 
     103            <id>Linux-i386</id> 
     104            <activation> 
     105                <os> 
     106                    <family>linux</family> 
     107                    <arch>i386</arch> 
     108                </os> 
     109            </activation> 
     110            <properties> 
     111                <swt.groupId>org.eclipse.swt</swt.groupId> 
     112                <swt.artifactId>org.eclipse.swt.gtk.linux.x86</swt.artifactId> 
     113            </properties> 
     114        </profile> 
     115        <profile> 
     116            <id>Linux-x86_64</id> 
     117            <activation> 
     118                <os> 
     119                    <family>linux</family> 
     120                    <arch>x86_64</arch> 
     121                </os> 
     122            </activation> 
     123            <properties> 
     124                <swt.groupId>org.eclipse.swt</swt.groupId> 
     125                <swt.artifactId>org.eclipse.swt.gtk.linux.x86_64</swt.artifactId> 
     126            </properties> 
     127        </profile> 
     128        <profile> 
     129            <id>Linux-amd64</id> 
     130            <activation> 
     131                <os> 
     132                    <family>linux</family> 
     133                    <arch>amd64</arch> 
     134                </os> 
     135            </activation> 
     136            <properties> 
     137                <swt.groupId>org.eclipse.swt</swt.groupId> 
     138                <swt.artifactId>org.eclipse.swt.gtk.linux.x86_64</swt.artifactId> 
     139            </properties> 
     140        </profile> 
     141        <profile> 
     142            <id>Linux-ppc64</id> 
     143            <activation> 
     144                <os> 
     145                    <family>linux</family> 
     146                    <arch>ppc64</arch> 
     147                </os> 
     148            </activation> 
     149            <properties> 
     150                <swt.groupId>org.eclipse.swt</swt.groupId> 
     151                <swt.artifactId>org.eclipse.swt.gtk.linux.ppc64</swt.artifactId> 
     152            </properties> 
     153        </profile> 
     154    </profiles> 
    151155</project> 
  • trunk/autoquest/pom.xml

    r927 r1011  
    1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    2         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 
    3         <modelVersion>4.0.0</modelVersion> 
    4         <groupId>de.ugoe.cs.autoquest</groupId> 
    5         <artifactId>autoquest</artifactId> 
    6         <version>0.0.1-SNAPSHOT</version> 
    7         <name>autoquest</name> 
    8         <licenses> 
    9                 <license> 
    10                         <name>The Apache Software License, Version 2.0</name> 
    11                         <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
    12                 </license> 
    13         </licenses> 
    14         <packaging>pom</packaging> 
    15         <properties> 
    16                 <autoquest-scm-trunk-dir>https://autoquest.informatik.uni-goettingen.de/svn/autoquest/trunk</autoquest-scm-trunk-dir> 
    17         </properties> 
    18         <scm> 
    19                 <url>${autoquest-scm-trunk-dir}/autoquest</url> 
    20         </scm> 
    21         <distributionManagement> 
    22                 <snapshotRepository> 
    23                         <id>autoquest-snapshots</id> 
    24                         <url>https://trex.informatik.uni-goettingen.de/nexus/content/repositories/autoquest-snapshots</url> 
    25                 </snapshotRepository> 
    26                 <repository> 
    27                         <id>autoquest</id> 
    28                         <url>https://trex.informatik.uni-goettingen.de/nexus/content/repositories/autoquest</url> 
    29                 </repository> 
    30         </distributionManagement> 
    31         <repositories> 
    32                 <repository> 
    33                         <id>autoquest-thirdparty-repo</id> 
    34                         <url>https://trex.informatik.uni-goettingen.de/nexus/content/repositories/thirdparty</url> 
    35                 </repository> 
    36         </repositories> 
    37         <build> 
    38                 <plugins> 
    39                         <plugin> 
    40                                 <artifactId>maven-compiler-plugin</artifactId> 
    41                                 <version>2.3.2</version> 
    42                                 <configuration> 
    43                                         <source>1.6</source> 
    44                                         <target>1.6</target> 
    45                                 </configuration> 
    46                         </plugin> 
    47                         <plugin> 
    48                                 <artifactId>maven-source-plugin</artifactId> 
    49                                 <version>2.1.1</version> 
    50                                 <executions> 
    51                                         <execution> 
    52                                                 <id>bundle-sources</id> 
    53                                                 <phase>package</phase> 
    54                                                 <goals> 
    55                                                         <!-- produce source artifact for main project sources --> 
    56                                                         <goal>jar-no-fork</goal> 
    57                                                 </goals> 
    58                                         </execution> 
    59                                 </executions> 
    60                         </plugin> 
    61                 </plugins> 
    62         </build> 
    63         <reporting> 
    64                 <plugins> 
    65                         <plugin> 
    66                                 <groupId>org.apache.maven.plugins</groupId> 
    67                                 <artifactId>maven-javadoc-plugin</artifactId> 
    68                                 <version>2.8.1</version> 
    69                                 <configuration> 
    70                                         <!-- switch on dependency-driven aggregation --> 
    71                                         <includeDependencySources>true</includeDependencySources> 
     1<project 
     2    xmlns="http://maven.apache.org/POM/4.0.0" 
     3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     4    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
     5> 
     6    <modelVersion>4.0.0</modelVersion> 
     7    <groupId>de.ugoe.cs.autoquest</groupId> 
     8    <artifactId>autoquest</artifactId> 
     9    <version>0.0.1-SNAPSHOT</version> 
     10    <name>autoquest</name> 
     11    <licenses> 
     12        <license> 
     13            <name>The Apache Software License, Version 2.0</name> 
     14            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
     15        </license> 
     16    </licenses> 
     17    <packaging>pom</packaging> 
     18    <properties> 
     19        <autoquest-scm-trunk-dir>https://autoquest.informatik.uni-goettingen.de/svn/autoquest/trunk</autoquest-scm-trunk-dir> 
     20    </properties> 
     21    <scm> 
     22        <url>${autoquest-scm-trunk-dir}/autoquest</url> 
     23    </scm> 
     24    <distributionManagement> 
     25        <snapshotRepository> 
     26            <id>autoquest-snapshots</id> 
     27            <url>https://trex.informatik.uni-goettingen.de/nexus/content/repositories/autoquest-snapshots</url> 
     28        </snapshotRepository> 
     29        <repository> 
     30            <id>autoquest</id> 
     31            <url>https://trex.informatik.uni-goettingen.de/nexus/content/repositories/autoquest</url> 
     32        </repository> 
     33    </distributionManagement> 
     34    <repositories> 
     35        <repository> 
     36            <id>autoquest-thirdparty-repo</id> 
     37            <url>https://trex.informatik.uni-goettingen.de/nexus/content/repositories/thirdparty</url> 
     38        </repository> 
     39    </repositories> 
     40    <build> 
     41        <plugins> 
     42            <plugin> 
     43                <artifactId>maven-compiler-plugin</artifactId> 
     44                <version>2.3.2</version> 
     45                <configuration> 
     46                    <source>1.6</source> 
     47                    <target>1.6</target> 
     48                </configuration> 
     49            </plugin> 
     50            <plugin> 
     51                <artifactId>maven-source-plugin</artifactId> 
     52                <version>2.1.1</version> 
     53                <executions> 
     54                    <execution> 
     55                        <id>bundle-sources</id> 
     56                        <phase>package</phase> 
     57                        <goals> 
     58                            <!-- produce source artifact for main project sources --> 
     59                            <goal>jar-no-fork</goal> 
     60                        </goals> 
     61                    </execution> 
     62                </executions> 
     63            </plugin> 
     64        </plugins> 
     65    </build> 
     66    <reporting> 
     67        <plugins> 
     68            <plugin> 
     69                <groupId>org.apache.maven.plugins</groupId> 
     70                <artifactId>maven-javadoc-plugin</artifactId> 
     71                <version>2.8.1</version> 
     72                <configuration> 
     73                    <!-- switch on dependency-driven aggregation --> 
     74                    <includeDependencySources>true</includeDependencySources> 
    7275 
    73                                         <dependencySourceIncludes> 
    74                                                 <dependencySourceInclude>de.ugoe.cs.*:*</dependencySourceInclude> 
    75                                         </dependencySourceIncludes> 
    76                                 </configuration> 
    77                         </plugin> 
    78                 </plugins> 
    79         </reporting> 
     76                    <dependencySourceIncludes> 
     77                        <dependencySourceInclude>de.ugoe.cs.*:*</dependencySourceInclude> 
     78                    </dependencySourceIncludes> 
     79                </configuration> 
     80            </plugin> 
     81        </plugins> 
     82    </reporting> 
    8083</project> 
  • trunk/java-utils-test/pom.xml

    r935 r1011  
    1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    2         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 
    3         <modelVersion>4.0.0</modelVersion> 
    4         <groupId>de.ugoe.cs</groupId> 
    5         <artifactId>java-utils-test</artifactId> 
    6         <version>0.0.1-SNAPSHOT</version> 
    7         <name>java-utils-test</name> 
    8         <licenses> 
    9                 <license> 
    10                         <name>The Apache Software License, Version 2.0</name> 
    11                         <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
    12                 </license> 
    13         </licenses> 
    14         <scm> 
    15                 <url>https://autoquest.informatik.uni-goettingen.de/svn/autoquest/trunk/java-utils-test</url> 
    16         </scm> 
    17         <dependencies> 
    18                 <dependency> 
    19                         <groupId>de.ugoe.cs</groupId> 
    20                         <artifactId>java-utils</artifactId> 
    21                         <version>0.0.1-SNAPSHOT</version> 
    22                         <scope>test</scope> 
    23                 </dependency> 
    24                 <dependency> 
    25                         <groupId>junit</groupId> 
    26                         <artifactId>junit</artifactId> 
    27                         <version>4.8.1</version> 
    28                         <scope>test</scope> 
    29                 </dependency> 
    30                 <dependency> 
    31                         <groupId>junit-addons</groupId> 
    32                         <artifactId>junit-addons</artifactId> 
    33                         <version>1.4</version> 
    34                 </dependency> 
    35         </dependencies> 
    36         <build> 
    37                 <pluginManagement> 
    38                         <plugins> 
    39                                 <plugin> 
    40                                         <groupId>org.eclipse.m2e</groupId> 
    41                                         <artifactId>lifecycle-mapping</artifactId> 
    42                                         <version>1.0.0</version> 
    43                                         <configuration> 
    44                                                 <lifecycleMappingMetadata> 
    45                                                         <pluginExecutions> 
    46                                                                 <pluginExecution> 
    47                                                                         <pluginExecutionFilter> 
    48                                                                                 <groupId>org.apache.maven.plugins</groupId> 
    49                                                                                 <artifactId>maven-dependency-plugin</artifactId> 
    50                                                                                 <versionRange>[1.0.0,)</versionRange> 
    51                                                                                 <goals> 
    52                                                                                         <goal>unpack</goal> 
    53                                                                                 </goals> 
    54                                                                         </pluginExecutionFilter> 
    55                                                                         <action> 
    56                                                                                 <ignore /> 
    57                                                                         </action> 
    58                                                                 </pluginExecution> 
    59                                                                 <pluginExecution> 
    60                                                                         <pluginExecutionFilter> 
    61                                                                                 <groupId>org.codehaus.mojo</groupId> 
    62                                                                                 <artifactId>emma-maven-plugin</artifactId> 
    63                                                                                 <versionRange>[1.0-alpha-3,)</versionRange> 
    64                                                                                 <goals> 
    65                                                                                         <goal>emma</goal> 
    66                                                                                 </goals> 
    67                                                                         </pluginExecutionFilter> 
    68                                                                         <action> 
    69                                                                                 <ignore /> 
    70                                                                         </action> 
    71                                                                 </pluginExecution> 
    72                                                         </pluginExecutions> 
    73                                                 </lifecycleMappingMetadata> 
    74                                         </configuration> 
    75                                 </plugin> 
    76                         </plugins> 
    77                 </pluginManagement> 
    78                 <plugins> 
    79                         <plugin> 
    80                                 <groupId>org.apache.maven.plugins</groupId> 
    81                                 <artifactId>maven-compiler-plugin</artifactId> 
    82                                 <version>2.3.2</version> 
    83                                 <configuration> 
    84                                         <source>1.6</source> 
    85                                         <target>1.6</target> 
    86                                 </configuration> 
    87                         </plugin> 
    88                         <plugin> 
    89                                 <groupId>org.apache.maven.plugins</groupId> 
    90                                 <artifactId>maven-dependency-plugin</artifactId> 
    91                                 <version>2.4</version> 
    92                                 <executions> 
    93                                         <execution> 
    94                                                 <id>unpack</id> 
    95                                                 <phase>process-classes</phase> 
    96                                                 <goals> 
    97                                                         <goal>unpack</goal> 
    98                                                 </goals> 
    99                                                 <configuration> 
    100                                                         <artifactItems> 
    101                                                                 <artifactItem> 
    102                                                                         <groupId>de.ugoe.cs</groupId> 
    103                                                                         <artifactId>java-utils</artifactId> 
    104                                                                         <version>0.0.1-SNAPSHOT</version> 
    105                                                                         <outputDirectory>${project.build.directory}/classes</outputDirectory> 
    106                                                                 </artifactItem> 
    107                                                         </artifactItems> 
    108                                                 </configuration> 
    109                                         </execution> 
    110                                 </executions> 
    111                         </plugin> 
    112                         <plugin> 
    113                                 <groupId>org.codehaus.mojo</groupId> 
    114                                 <artifactId>emma-maven-plugin</artifactId> 
    115                                 <version>1.0-alpha-3</version> 
    116                                 <inherited>true</inherited> 
    117                                 <executions> 
    118                                         <execution> 
    119                                                 <phase>process-classes</phase> 
    120                                                 <goals> 
    121                                                         <goal>emma</goal> 
    122                                                 </goals> 
    123                                         </execution> 
    124                                 </executions> 
    125                         </plugin> 
    126                         <plugin> 
    127                                 <groupId>org.apache.maven.plugins</groupId> 
    128                                 <artifactId>maven-jar-plugin</artifactId> 
    129                                 <version>2.3.2</version> 
    130                                 <executions> 
    131                                         <execution> 
    132                                                 <goals> 
    133                                                         <goal>test-jar</goal> 
    134                                                 </goals> 
    135                                         </execution> 
    136                                 </executions> 
    137                         </plugin> 
    138                 </plugins> 
    139         </build> 
     1<project 
     2    xmlns="http://maven.apache.org/POM/4.0.0" 
     3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     4    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
     5> 
     6    <modelVersion>4.0.0</modelVersion> 
     7    <groupId>de.ugoe.cs</groupId> 
     8    <artifactId>java-utils-test</artifactId> 
     9    <version>0.0.1-SNAPSHOT</version> 
     10    <name>java-utils-test</name> 
     11    <licenses> 
     12        <license> 
     13            <name>The Apache Software License, Version 2.0</name> 
     14            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
     15        </license> 
     16    </licenses> 
     17    <scm> 
     18        <url>https://autoquest.informatik.uni-goettingen.de/svn/autoquest/trunk/java-utils-test</url> 
     19    </scm> 
     20    <dependencies> 
     21        <dependency> 
     22            <groupId>de.ugoe.cs</groupId> 
     23            <artifactId>java-utils</artifactId> 
     24            <version>0.0.1-SNAPSHOT</version> 
     25            <scope>test</scope> 
     26        </dependency> 
     27        <dependency> 
     28            <groupId>junit</groupId> 
     29            <artifactId>junit</artifactId> 
     30            <version>4.8.1</version> 
     31            <scope>test</scope> 
     32        </dependency> 
     33        <dependency> 
     34            <groupId>junit-addons</groupId> 
     35            <artifactId>junit-addons</artifactId> 
     36            <version>1.4</version> 
     37        </dependency> 
     38    </dependencies> 
     39    <build> 
     40        <pluginManagement> 
     41            <plugins> 
     42                <plugin> 
     43                    <groupId>org.eclipse.m2e</groupId> 
     44                    <artifactId>lifecycle-mapping</artifactId> 
     45                    <version>1.0.0</version> 
     46                    <configuration> 
     47                        <lifecycleMappingMetadata> 
     48                            <pluginExecutions> 
     49                                <pluginExecution> 
     50                                    <pluginExecutionFilter> 
     51                                        <groupId>org.apache.maven.plugins</groupId> 
     52                                        <artifactId>maven-dependency-plugin</artifactId> 
     53                                        <versionRange>[1.0.0,)</versionRange> 
     54                                        <goals> 
     55                                            <goal>unpack</goal> 
     56                                        </goals> 
     57                                    </pluginExecutionFilter> 
     58                                    <action> 
     59                                        <ignore /> 
     60                                    </action> 
     61                                </pluginExecution> 
     62                                <pluginExecution> 
     63                                    <pluginExecutionFilter> 
     64                                        <groupId>org.codehaus.mojo</groupId> 
     65                                        <artifactId>emma-maven-plugin</artifactId> 
     66                                        <versionRange>[1.0-alpha-3,)</versionRange> 
     67                                        <goals> 
     68                                            <goal>emma</goal> 
     69                                        </goals> 
     70                                    </pluginExecutionFilter> 
     71                                    <action> 
     72                                        <ignore /> 
     73                                    </action> 
     74                                </pluginExecution> 
     75                            </pluginExecutions> 
     76                        </lifecycleMappingMetadata> 
     77                    </configuration> 
     78                </plugin> 
     79            </plugins> 
     80        </pluginManagement> 
     81        <plugins> 
     82            <plugin> 
     83                <groupId>org.apache.maven.plugins</groupId> 
     84                <artifactId>maven-compiler-plugin</artifactId> 
     85                <version>2.3.2</version> 
     86                <configuration> 
     87                    <source>1.6</source> 
     88                    <target>1.6</target> 
     89                </configuration> 
     90            </plugin> 
     91            <plugin> 
     92                <groupId>org.apache.maven.plugins</groupId> 
     93                <artifactId>maven-dependency-plugin</artifactId> 
     94                <version>2.4</version> 
     95                <executions> 
     96                    <execution> 
     97                        <id>unpack</id> 
     98                        <phase>process-classes</phase> 
     99                        <goals> 
     100                            <goal>unpack</goal> 
     101                        </goals> 
     102                        <configuration> 
     103                            <artifactItems> 
     104                                <artifactItem> 
     105                                    <groupId>de.ugoe.cs</groupId> 
     106                                    <artifactId>java-utils</artifactId> 
     107                                    <version>0.0.1-SNAPSHOT</version> 
     108                                    <outputDirectory>${project.build.directory}/classes</outputDirectory> 
     109                                </artifactItem> 
     110                            </artifactItems> 
     111                        </configuration> 
     112                    </execution> 
     113                </executions> 
     114            </plugin> 
     115            <plugin> 
     116                <groupId>org.codehaus.mojo</groupId> 
     117                <artifactId>emma-maven-plugin</artifactId> 
     118                <version>1.0-alpha-3</version> 
     119                <inherited>true</inherited> 
     120                <executions> 
     121                    <execution> 
     122                        <phase>process-classes</phase> 
     123                        <goals> 
     124                            <goal>emma</goal> 
     125                        </goals> 
     126                    </execution> 
     127                </executions> 
     128            </plugin> 
     129            <plugin> 
     130                <groupId>org.apache.maven.plugins</groupId> 
     131                <artifactId>maven-jar-plugin</artifactId> 
     132                <version>2.3.2</version> 
     133                <executions> 
     134                    <execution> 
     135                        <goals> 
     136                            <goal>test-jar</goal> 
     137                        </goals> 
     138                    </execution> 
     139                </executions> 
     140            </plugin> 
     141        </plugins> 
     142    </build> 
    140143</project> 
  • trunk/java-utils/pom.xml

    r935 r1011  
    1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    2         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 
    3         <modelVersion>4.0.0</modelVersion> 
    4         <groupId>de.ugoe.cs</groupId> 
    5         <artifactId>java-utils</artifactId> 
    6         <version>0.0.1-SNAPSHOT</version> 
    7         <name>java-utils</name> 
    8         <licenses> 
    9                 <license> 
    10                         <name>The Apache Software License, Version 2.0</name> 
    11                         <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
    12                 </license> 
    13         </licenses> 
    14         <scm> 
    15                 <url>https://autoquest.informatik.uni-goettingen.de/svn/autoquest/trunk/java-utils</url> 
    16         </scm> 
    17         <dependencies> 
    18                 <dependency> 
    19                         <groupId>org.apache.commons</groupId> 
    20                         <artifactId>commons-io</artifactId> 
    21                         <version>1.3.2</version> 
    22                 </dependency> 
    23                 <dependency> 
    24                         <groupId>commons-lang</groupId> 
    25                         <artifactId>commons-lang</artifactId> 
    26                         <version>2.1</version> 
    27                 </dependency> 
    28         </dependencies> 
    29         <build> 
    30                 <plugins> 
    31                         <plugin> 
    32                                 <artifactId>maven-compiler-plugin</artifactId> 
    33                                 <version>2.3.2</version> 
    34                                 <configuration> 
    35                                         <source>1.6</source> 
    36                                         <target>1.6</target> 
    37                                 </configuration> 
    38                         </plugin> 
    39                 </plugins> 
    40         </build> 
     1<project 
     2    xmlns="http://maven.apache.org/POM/4.0.0" 
     3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     4    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
     5> 
     6    <modelVersion>4.0.0</modelVersion> 
     7    <groupId>de.ugoe.cs</groupId> 
     8    <artifactId>java-utils</artifactId> 
     9    <version>0.0.1-SNAPSHOT</version> 
     10    <name>java-utils</name> 
     11    <licenses> 
     12        <license> 
     13            <name>The Apache Software License, Version 2.0</name> 
     14            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
     15        </license> 
     16    </licenses> 
     17    <scm> 
     18        <url>https://autoquest.informatik.uni-goettingen.de/svn/autoquest/trunk/java-utils</url> 
     19    </scm> 
     20    <dependencies> 
     21        <dependency> 
     22            <groupId>org.apache.commons</groupId> 
     23            <artifactId>commons-io</artifactId> 
     24            <version>1.3.2</version> 
     25        </dependency> 
     26        <dependency> 
     27            <groupId>commons-lang</groupId> 
     28            <artifactId>commons-lang</artifactId> 
     29            <version>2.1</version> 
     30        </dependency> 
     31    </dependencies> 
     32    <build> 
     33        <plugins> 
     34            <plugin> 
     35                <artifactId>maven-compiler-plugin</artifactId> 
     36                <version>2.3.2</version> 
     37                <configuration> 
     38                    <source>1.6</source> 
     39                    <target>1.6</target> 
     40                </configuration> 
     41            </plugin> 
     42        </plugins> 
     43    </build> 
    4144</project> 
Note: See TracChangeset for help on using the changeset viewer.