Advertisement
Guest User

Untitled

a guest
Jul 20th, 2016
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.64 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>com.example.movieapiApp</groupId>
  6. <artifactId>movieapiApp</artifactId>
  7. <version>1.0.0</version>
  8. <packaging>carbon/application</packaging>
  9. <name>movieapiApp</name>
  10. <description>movieapiApp</description>
  11. <properties>
  12. <com.example.movieConfig.api_._movieAPI>capp/EnterpriseServiceBus</com.example.movieConfig.api_._movieAPI>
  13. <com.example.movieapiResource.resource_._movieapiMapping_inputSchema>capp/EnterpriseServiceBus</com.example.movieapiResource.resource_._movieapiMapping_inputSchema>
  14. <com.example.movieapiResource.resource_._movieapiMapping_outputSchema>capp/EnterpriseServiceBus</com.example.movieapiResource.resource_._movieapiMapping_outputSchema>
  15. <com.example.movieapiResource.resource_._movieapiMapping>capp/EnterpriseServiceBus</com.example.movieapiResource.resource_._movieapiMapping>
  16. <artifact.types>jaggery/app=zip,synapse/priority-executor=xml,synapse/inbound-endpoint=xml,service/rule=aar,synapse/message-store=xml,event/stream=json,service/meta=xml,synapse/proxy-service=xml,bpel/workflow=zip,synapse/sequence=xml,synapse/endpointTemplate=xml,carbon/application=car,wso2/gadget=dar,synapse/api=xml,synapse/event-source=xml,synapse/message-processors=xml,event/receiver=xml,lib/dataservice/validator=jar,synapse/template=xml,synapse/endpoint=xml,lib/carbon/ui=jar,lib/synapse/mediator=jar,event/publisher=xml,synapse/local-entry=xml,synapse/task=xml,webapp/jaxws=war,registry/resource=zip,synapse/configuration=xml,service/axis2=aar,synapse/lib=zip,synapse/sequenceTemplate=xml,event/execution-plan=siddhiql,service/dataservice=dbs,web/application=war,lib/library/bundle=jar</artifact.types>
  17. </properties>
  18. <dependencies>
  19. <dependency>
  20. <groupId>com.example.movieapiResource.resource</groupId>
  21. <artifactId>movieapiMapping</artifactId>
  22. <version>1.0.0</version>
  23. <type>zip</type>
  24. </dependency>
  25. <dependency>
  26. <groupId>com.example.movieapiResource.resource</groupId>
  27. <artifactId>movieapiMapping_outputSchema</artifactId>
  28. <version>1.0.0</version>
  29. <type>zip</type>
  30. </dependency>
  31. <dependency>
  32. <groupId>com.example.movieConfig.api</groupId>
  33. <artifactId>movieAPI</artifactId>
  34. <version>1.0.0</version>
  35. <type>xml</type>
  36. </dependency>
  37. <dependency>
  38. <groupId>com.example.movieapiResource.resource</groupId>
  39. <artifactId>movieapiMapping_inputSchema</artifactId>
  40. <version>1.0.0</version>
  41. <type>zip</type>
  42. </dependency>
  43. </dependencies>
  44. <repositories>
  45. <repository>
  46. <releases>
  47. <enabled>true</enabled>
  48. <updatePolicy>daily</updatePolicy>
  49. <checksumPolicy>ignore</checksumPolicy>
  50. </releases>
  51. <id>wso2-nexus</id>
  52. <url>http://maven.wso2.org/nexus/content/groups/wso2-public/</url>
  53. </repository>
  54. <repository>
  55. <id>wso2-maven2-repository-1</id>
  56. <url>http://dist.wso2.org/maven2</url>
  57. </repository>
  58. <repository>
  59. <id>wso2-nexus-repository-1</id>
  60. <url>http://maven.wso2.org/nexus/content/groups/wso2-public/</url>
  61. </repository>
  62. </repositories>
  63. <pluginRepositories>
  64. <pluginRepository>
  65. <releases>
  66. <enabled>true</enabled>
  67. <updatePolicy>daily</updatePolicy>
  68. <checksumPolicy>ignore</checksumPolicy>
  69. </releases>
  70. <id>wso2-nexus</id>
  71. <url>http://maven.wso2.org/nexus/content/groups/wso2-public/</url>
  72. </pluginRepository>
  73. <pluginRepository>
  74. <id>wso2-maven2-repository-1</id>
  75. <url>http://dist.wso2.org/maven2</url>
  76. </pluginRepository>
  77. <pluginRepository>
  78. <id>wso2-nexus-repository-1</id>
  79. <url>http://maven.wso2.org/nexus/content/groups/wso2-public/</url>
  80. </pluginRepository>
  81. </pluginRepositories>
  82. <build>
  83. <plugins>
  84. <plugin>
  85. <artifactId>maven-eclipse-plugin</artifactId>
  86. <version>2.9</version>
  87. <configuration>
  88. <buildcommands />
  89. <projectnatures>
  90. <projectnature>org.wso2.developerstudio.eclipse.distribution.project.nature</projectnature>
  91. </projectnatures>
  92. </configuration>
  93. </plugin>
  94. <plugin>
  95. <groupId>org.wso2.maven</groupId>
  96. <artifactId>maven-car-plugin</artifactId>
  97. <version>2.1.1</version>
  98. <extensions>true</extensions>
  99. <executions>
  100. <execution>
  101. <id>car</id>
  102. <phase>package</phase>
  103. <goals>
  104. <goal>car</goal>
  105. </goals>
  106. </execution>
  107. </executions>
  108. <configuration />
  109. </plugin>
  110. <plugin>
  111. <groupId>org.wso2.maven</groupId>
  112. <artifactId>maven-car-deploy-plugin</artifactId>
  113. <version>1.1.1</version>
  114. <extensions>true</extensions>
  115. <configuration>
  116. <carbonServers>
  117. <CarbonServer>
  118. <trustStorePath>${basedir}/src/main/resources/security/wso2carbon.jks</trustStorePath>
  119. <trustStorePassword>wso2carbon</trustStorePassword>
  120. <trustStoreType>JKS</trustStoreType>
  121. <serverUrl>https://localhost:9443</serverUrl>
  122. <userName>admin</userName>
  123. <password>admin</password>
  124. <operation>deploy</operation>
  125. </CarbonServer>
  126. </carbonServers>
  127. </configuration>
  128. </plugin>
  129. </plugins>
  130. </build>
  131. </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement