|
10 | 10 | <url>http://maven.apache.org</url>
|
11 | 11 |
|
12 | 12 | <!-- RELEASE Build -->
|
13 |
| - <!--<parent> |
| 13 | + <parent> |
14 | 14 | <groupId>com.openwide</groupId>
|
15 | 15 | <artifactId>pureAirFlowers-Release</artifactId>
|
16 | 16 | <version>1.0-SNAPSHOT</version>
|
17 |
| - </parent>--> |
18 |
| - |
| 17 | + </parent> |
| 18 | + |
19 | 19 | <!-- MVN -Prun Build -->
|
20 |
| - <parent> |
| 20 | + <!--<parent> |
21 | 21 | <groupId>org.ow2.frascati.examples</groupId>
|
22 | 22 | <artifactId>parent</artifactId>
|
23 | 23 | <version>1.4-SNAPSHOT</version>
|
24 |
| - </parent> |
25 |
| - |
| 24 | + </parent>--> |
| 25 | + |
26 | 26 | <!-- MVN -Prun Build -->
|
27 | 27 | <properties>
|
28 | 28 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
31 | 31 | <!-- Not used -->
|
32 | 32 | <!--<service.name>ProxyService</service.name>-->
|
33 | 33 | <!--<method.name>redirectRequests</method.name>-->
|
| 34 | + <config.directory>..</config.directory> |
| 35 | + <java.util.logging.config.file>${config.directory}/logging.properties</java.util.logging.config.file> |
| 36 | + <cxf.config.file>${config.directory}/frascati-cxf.xml</cxf.config.file> |
| 37 | + <org.ow2.frascati.class>org.ow2.frascati.FraSCAti</org.ow2.frascati.class> |
| 38 | + <org.ow2.frascati.bootstrap>org.ow2.frascati.bootstrap.FraSCAti</org.ow2.frascati.bootstrap> |
| 39 | + <org.ow2.frascati.composite>org.ow2.frascati.FraSCAti</org.ow2.frascati.composite> |
34 | 40 | </properties>
|
35 | 41 |
|
| 42 | + <build> |
| 43 | + <plugins> |
| 44 | + <plugin> |
| 45 | + <groupId>org.apache.maven.plugins</groupId> |
| 46 | + <artifactId>maven-compiler-plugin</artifactId> |
| 47 | + <configuration> |
| 48 | + <source>1.6</source> |
| 49 | + <target>1.6</target> |
| 50 | + </configuration> |
| 51 | + </plugin> |
| 52 | + </plugins> |
| 53 | + </build> |
| 54 | + |
| 55 | + <profiles> |
| 56 | + <!-- To execute an SCA composite type 'mvn -Prun'. --> |
| 57 | + <profile> |
| 58 | + <id>run</id> |
| 59 | + <build> |
| 60 | + <defaultGoal>org.ow2.frascati.mojo:frascati-launcher-plugin:1.4-SNAPSHOT:exec</defaultGoal> |
| 61 | + <plugins> |
| 62 | + <plugin> |
| 63 | + <groupId>org.ow2.frascati.mojo</groupId> |
| 64 | + <artifactId>frascati-launcher-plugin</artifactId> |
| 65 | + <version>${project.version}</version> |
| 66 | + <executions> |
| 67 | + <execution> |
| 68 | + <phase>package</phase> |
| 69 | + <goals> |
| 70 | + <goal>exec</goal> |
| 71 | + </goals> |
| 72 | + </execution> |
| 73 | + </executions> |
| 74 | + <configuration> |
| 75 | + <loggingConfFile>${java.util.logging.conf.file}</loggingConfFile> |
| 76 | + <composite>${composite.file}</composite> |
| 77 | + <service>${service.name}</service> |
| 78 | + <method>${method.name}</method> |
| 79 | + <methodParams>${method.params}</methodParams> |
| 80 | + <systemProperties> |
| 81 | + <org.ow2.frascati.class>${org.ow2.frascati.class}</org.ow2.frascati.class> |
| 82 | + <org.ow2.frascati.bootstrap>${org.ow2.frascati.bootstrap}</org.ow2.frascati.bootstrap> |
| 83 | + <org.ow2.frascati.composite>${org.ow2.frascati.composite}</org.ow2.frascati.composite> |
| 84 | + <!-- Set the Apache CXF configuration file to load. --> |
| 85 | + <cxf.config.file.url>file:${cxf.config.file}</cxf.config.file.url> |
| 86 | + </systemProperties> |
| 87 | + </configuration> |
| 88 | + </plugin> |
| 89 | + </plugins> |
| 90 | + </build> |
| 91 | + </profile> |
| 92 | + </profiles> |
| 93 | + |
36 | 94 | <!-- RELEASE Build -->
|
37 | 95 | <!--<build>
|
38 | 96 | <plugins>
|
|
67 | 125 | <dependency>
|
68 | 126 | <groupId>junit</groupId>
|
69 | 127 | <artifactId>junit</artifactId>
|
| 128 | + <version>4.6</version> |
70 | 129 | <scope>test</scope>
|
71 | 130 | </dependency>
|
72 | 131 | <dependency>
|
|
81 | 140 | <version>1.0</version>
|
82 | 141 | <!--<version>${aopalliance.version}</version>-->
|
83 | 142 | </dependency>
|
84 |
| - <dependency> |
| 143 | + <!--<dependency> |
85 | 144 | <groupId>org.eclipse.stp.sca.osoa.java</groupId>
|
86 | 145 | <artifactId>osoa-java-api</artifactId>
|
87 | 146 | <version>1.0</version>
|
88 |
| - <!--<version>${osoa.version}</version>--> |
89 |
| - </dependency> |
| 147 | + <version>${osoa.version}</version> |
| 148 | + </dependency>--> |
90 | 149 | <!-- OW2 FraSCAti WS Binding. -->
|
91 | 150 | <dependency>
|
92 | 151 | <groupId>org.ow2.frascati</groupId>
|
|
130 | 189 | <version>3.4.0</version>
|
131 | 190 | </dependency>-->
|
132 | 191 | </dependencies>
|
| 192 | + |
| 193 | + |
| 194 | + |
133 | 195 | </project>
|
0 commit comments