Changeset 1788 for trunk/autoquest-plugin-android/pom.xml
- Timestamp:
- 10/10/14 14:28:46 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-plugin-android/pom.xml
r1547 r1788 3 3 <groupId>de.ugoe.cs.autoquest</groupId> 4 4 <artifactId>autoquest</artifactId> 5 <version>0.1. 1-SNAPSHOT</version>5 <version>0.1.2-SNAPSHOT</version> 6 6 <relativePath>../autoquest/pom.xml</relativePath> 7 7 </parent> … … 54 54 </configuration> 55 55 </plugin> 56 <plugin>57 <artifactId>maven-assembly-plugin</artifactId>58 <version>2.2-beta-2</version>59 <configuration>60 <descriptors>61 <descriptor>src/main/assembly/config.xml</descriptor>62 </descriptors>63 </configuration>64 <executions>65 <execution>66 <id>make-assembly</id>67 <phase>package</phase>68 <goals>69 <goal>single</goal>70 </goals>71 </execution>72 </executions>73 </plugin>74 56 </plugins> 75 57 </build>
Note: See TracChangeset
for help on using the changeset viewer.