Changeset 1235 for EDIS/trunk/java/tracking-ui-main
- Timestamp:
- Sep 7, 2011, 4:29:40 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
EDIS/trunk/java/tracking-ui-main/pom.xml
r1227 r1235 1 1 <?xml version="1.0"?> 2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 2 <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/maven-v4_0_0.xsd"> 4 3 <modelVersion>4.0.0</modelVersion> 5 4 <parent> 6 5 <groupId>gov.va.med.edp</groupId> 7 6 <artifactId>edis-tracking-parent</artifactId> 8 <version>1.0 -T29-SNAPSHOT</version>7 <version>1.0.1.WorldVistA-SNAPSHOT</version> 9 8 <relativePath>../tracking-parent</relativePath> 10 9 </parent> … … 13 12 <packaging>swf</packaging> 14 13 <name>EDIS Tracking UI Application</name> 15 <version>1.0 -T29-SNAPSHOT</version>14 <version>1.0.1.WorldVistA-SNAPSHOT</version> 16 15 <dependencies> 17 16 <dependency> … … 32 31 <plugins> 33 32 <plugin> 34 <groupId>info.flex-mojos</groupId> 35 <artifactId>flex-compiler-mojo</artifactId> 33 <groupId>org.sonatype.flexmojos</groupId> 34 <artifactId>flexmojos-maven-plugin</artifactId> 35 <version>${flex.mojos.version}</version> 36 <extensions>true</extensions> 37 <configuration> 38 <sourceFile>tracking.mxml</sourceFile> 39 </configuration> 40 <!-- <executions> 41 <execution> 42 <goals> 43 <goal>wrapper</goal> 44 </goals> 45 </execution> 46 </executions> --> 36 47 </plugin> 37 48 </plugins> 38 49 </build> 39 <profiles>40 <profile>41 <id>dev</id>42 <build>43 <plugins>44 <plugin>45 <groupId>info.flex-mojos</groupId>46 <artifactId>html-wrapper-mojo</artifactId>47 <configuration>48 <templateURI>folder:${basedir}/html-template</templateURI>49 </configuration>50 <executions>51 <execution>52 <goals>53 <goal>wrapper</goal>54 </goals>55 </execution>56 </executions>57 </plugin>58 </plugins>59 </build>60 </profile>61 </profiles>62 50 </project>
Note:
See TracChangeset
for help on using the changeset viewer.