- Timestamp:
- 08/17/12 12:22:51 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-core-assertions-test/pom.xml
r521 r571 34 34 <scope>test</scope> 35 35 </dependency> 36 <!-- <dependency>37 <groupId>junit-addons</groupId>38 <artifactId>junit-addons</artifactId>39 <version>1.4</version>40 </dependency>41 <dependency>42 <groupId>nl.jqno.equalsverifier</groupId>43 <artifactId>equalsverifier</artifactId>44 <version>1.1.3</version>45 </dependency>-->46 36 </dependencies> 47 37 <build> … … 99 89 <plugin> 100 90 <groupId>org.apache.maven.plugins</groupId> 101 <artifactId>maven-dependency-plugin</artifactId>102 <version>2.4</version>103 <executions>104 <execution>105 <id>unpack</id>106 <phase>process-classes</phase>107 <goals>108 <goal>unpack</goal>109 </goals>110 <configuration>111 <artifactItems>112 <artifactItem>113 <groupId>de.ugoe.cs.quest</groupId>114 <artifactId>quest-core-assertions</artifactId>115 <version>0.0.1-SNAPSHOT</version>116 <outputDirectory>${project.build.directory}/classes</outputDirectory>117 </artifactItem>118 </artifactItems>119 </configuration>120 </execution>121 </executions>122 </plugin>123 <plugin>124 <groupId>org.codehaus.mojo</groupId>125 <artifactId>emma-maven-plugin</artifactId>126 <version>1.0-alpha-3</version>127 <inherited>true</inherited>128 <executions>129 <execution>130 <phase>process-classes</phase>131 <goals>132 <goal>emma</goal>133 </goals>134 </execution>135 </executions>136 </plugin>137 <plugin>138 <groupId>org.apache.maven.plugins</groupId>139 91 <artifactId>maven-jar-plugin</artifactId> 140 92 <version>2.3.2</version>
Note: See TracChangeset
for help on using the changeset viewer.