TUSCANY-3861: rename the tuscany plugin to org.apache.tuscany.sca:tuscany-maven-plugin
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126928 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7608b05fc6
commit
af12ca24a1
19 changed files with 28 additions and 29 deletions
|
@ -64,8 +64,8 @@
|
|||
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.tuscany.maven.plugins</groupId>
|
||||
<artifactId>maven-tuscany-plugin</artifactId>
|
||||
<groupId>org.apache.tuscany.sca</groupId>
|
||||
<artifactId>tuscany-maven-plugin</artifactId>
|
||||
<version>${tuscany.version}</version>
|
||||
</plugin>
|
||||
|
||||
|
|
|
@ -6,8 +6,8 @@ To configure the project add the following to the SCA contribution's pom.xml:
|
|||
...
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.tuscany.maven.plugins</groupId>
|
||||
<artifactId>maven-tuscany-plugin</artifactId>
|
||||
<groupId>org.apache.tuscany.sca</groupId>
|
||||
<artifactId>tuscany-maven-plugin</artifactId>
|
||||
</plugin>
|
||||
...
|
||||
</plugins>
|
|
@ -26,8 +26,7 @@
|
|||
<version>2.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.apache.tuscany.maven.plugins</groupId>
|
||||
<artifactId>maven-tuscany-plugin</artifactId>
|
||||
<artifactId>tuscany-maven-plugin</artifactId>
|
||||
<packaging>maven-plugin</packaging>
|
||||
<name>Apache Tuscany Maven Tuscany Plugin</name>
|
||||
<version>2.0-SNAPSHOT</version>
|
|
@ -116,7 +116,7 @@
|
|||
<activeByDefault>true</activeByDefault>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>maven/maven-tuscany-plugin</module>
|
||||
<module>maven/tuscany-maven-plugin</module>
|
||||
<module>modules</module>
|
||||
<module>samples</module>
|
||||
<module>testing/itest</module>
|
||||
|
@ -141,7 +141,7 @@
|
|||
<tools.jar>${java.home}/../Classes/classes.jar</tools.jar>
|
||||
</properties>
|
||||
<modules>
|
||||
<module>maven/maven-tuscany-plugin</module>
|
||||
<module>maven/tuscany-maven-plugin</module>
|
||||
<module>modules</module>
|
||||
<module>samples</module>
|
||||
<module>testing/itest</module>
|
||||
|
@ -230,7 +230,7 @@
|
|||
<profile>
|
||||
<id>distribution</id>
|
||||
<modules>
|
||||
<module>maven/maven-tuscany-plugin</module>
|
||||
<module>maven/tuscany-maven-plugin</module>
|
||||
<module>modules</module>
|
||||
<module>samples</module>
|
||||
<module>testing/itest</module>
|
||||
|
@ -420,7 +420,7 @@
|
|||
<buildZips>true</buildZips>
|
||||
</properties>
|
||||
<modules>
|
||||
<module>maven/maven-tuscany-plugin</module>
|
||||
<module>maven/tuscany-maven-plugin</module>
|
||||
<module>modules</module>
|
||||
<module>features</module>
|
||||
<module>distribution</module>
|
||||
|
@ -687,7 +687,7 @@ org.apache.tuscany.sca.assembly:org.apache.tuscany.sca.assembly.builder:org.apac
|
|||
<configuration>
|
||||
<rules>
|
||||
<requirePluginVersions>
|
||||
<unCheckedPluginList>org.apache.tuscany.maven.plugins:maven-tuscany-plugin</unCheckedPluginList>
|
||||
<unCheckedPluginList>org.apache.tuscany.sca:tuscany-maven-plugin</unCheckedPluginList>
|
||||
<message>Best Practice is to always define released plugin versions!</message>
|
||||
<banLatest>true</banLatest>
|
||||
<banRelease>true</banRelease>
|
||||
|
|
|
@ -68,8 +68,8 @@
|
|||
|
||||
<!-- to support running the composite with mvn tuscany:run -->
|
||||
<plugin>
|
||||
<groupId>org.apache.tuscany.maven.plugins</groupId>
|
||||
<artifactId>maven-tuscany-plugin</artifactId>
|
||||
<groupId>org.apache.tuscany.sca</groupId>
|
||||
<artifactId>tuscany-maven-plugin</artifactId>
|
||||
<version>${tuscany.version}</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
|
|
@ -77,8 +77,8 @@
|
|||
|
||||
<!-- to support running the composite with mvn tuscany:run -->
|
||||
<plugin>
|
||||
<groupId>org.apache.tuscany.maven.plugins</groupId>
|
||||
<artifactId>maven-tuscany-plugin</artifactId>
|
||||
<groupId>org.apache.tuscany.sca</groupId>
|
||||
<artifactId>tuscany-maven-plugin</artifactId>
|
||||
<version>${tuscany.version}</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
|
@ -88,8 +88,8 @@
|
|||
|
||||
<!-- to support running the composite with mvn tuscany:run -->
|
||||
<plugin>
|
||||
<groupId>org.apache.tuscany.maven.plugins</groupId>
|
||||
<artifactId>maven-tuscany-plugin</artifactId>
|
||||
<groupId>org.apache.tuscany.sca</groupId>
|
||||
<artifactId>tuscany-maven-plugin</artifactId>
|
||||
<version>${tuscany.version}</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
|
@ -81,8 +81,8 @@
|
|||
|
||||
<!-- to support running the composite with mvn tuscany:run -->
|
||||
<plugin>
|
||||
<groupId>org.apache.tuscany.maven.plugins</groupId>
|
||||
<artifactId>maven-tuscany-plugin</artifactId>
|
||||
<groupId>org.apache.tuscany.sca</groupId>
|
||||
<artifactId>tuscany-maven-plugin</artifactId>
|
||||
<version>${tuscany.version}</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
|
@ -76,8 +76,8 @@
|
|||
|
||||
<!-- to support running the application with mvn tuscany:run -->
|
||||
<plugin>
|
||||
<groupId>org.apache.tuscany.maven.plugins</groupId>
|
||||
<artifactId>maven-tuscany-plugin</artifactId>
|
||||
<groupId>org.apache.tuscany.sca</groupId>
|
||||
<artifactId>tuscany-maven-plugin</artifactId>
|
||||
<version>${tuscany.version}</version>
|
||||
<configuration>
|
||||
<mainClass>sample.HelloworldSCAClient</mainClass>
|
||||
|
|
|
@ -74,8 +74,8 @@
|
|||
|
||||
<!-- to support running the composite with mvn tuscany:run -->
|
||||
<plugin>
|
||||
<groupId>org.apache.tuscany.maven.plugins</groupId>
|
||||
<artifactId>maven-tuscany-plugin</artifactId>
|
||||
<groupId>org.apache.tuscany.sca</groupId>
|
||||
<artifactId>tuscany-maven-plugin</artifactId>
|
||||
<version>${tuscany.version}</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
|
@ -93,8 +93,8 @@
|
|||
|
||||
<!-- to support running thw webapp with mvn tuscany:run -->
|
||||
<plugin>
|
||||
<groupId>org.apache.tuscany.maven.plugins</groupId>
|
||||
<artifactId>maven-tuscany-plugin</artifactId>
|
||||
<groupId>org.apache.tuscany.sca</groupId>
|
||||
<artifactId>tuscany-maven-plugin</artifactId>
|
||||
<version>${tuscany.version}</version>
|
||||
</plugin>
|
||||
|
||||
|
|
|
@ -81,8 +81,8 @@
|
|||
|
||||
<!-- to support running the composite with mvn tuscany:run -->
|
||||
<plugin>
|
||||
<groupId>org.apache.tuscany.maven.plugins</groupId>
|
||||
<artifactId>maven-tuscany-plugin</artifactId>
|
||||
<groupId>org.apache.tuscany.sca</groupId>
|
||||
<artifactId>tuscany-maven-plugin</artifactId>
|
||||
<version>${tuscany.version}</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
|
@ -67,8 +67,8 @@
|
|||
|
||||
<!-- to support running the composite with mvn tuscany:run -->
|
||||
<plugin>
|
||||
<groupId>org.apache.tuscany.maven.plugins</groupId>
|
||||
<artifactId>maven-tuscany-plugin</artifactId>
|
||||
<groupId>org.apache.tuscany.sca</groupId>
|
||||
<artifactId>tuscany-maven-plugin</artifactId>
|
||||
<version>${tuscany.version}</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
|
Loading…
Add table
Reference in a new issue