renamed cli to devtools. ref discussion on zulip. take two.

This commit is contained in:
Ståle Pedersen
2019-02-12 08:37:39 +01:00
parent b0a4760bf7
commit a735077d45
90 changed files with 22 additions and 22 deletions

View File

@@ -170,12 +170,12 @@
</dependency>
<dependency>
<groupId>org.jboss.shamrock</groupId>
<artifactId>cli-common</artifactId>
<artifactId>devtools-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.shamrock</groupId>
<artifactId>cli-common-core</artifactId>
<artifactId>devtools-common-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>

View File

@@ -1,4 +1,4 @@
# CLI Specification
# Devtools Specification
This document will attempt to specify the expected behavior of the various tools (æsh, maven, forge, etc.) developed to help developers onboard and manage their shamrock based work. Much of this will presume maven based projects as gradle has not even come up in discussion as yet. There are a few scenarios to cover:

View File

@@ -39,7 +39,7 @@
<dependencies>
<dependency>
<groupId>org.jboss.shamrock</groupId>
<artifactId>cli-common</artifactId>
<artifactId>devtools-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>

View File

@@ -22,12 +22,12 @@
<parent>
<groupId>org.jboss.shamrock</groupId>
<artifactId>shamrock-cli-all</artifactId>
<artifactId>shamrock-devtools-all</artifactId>
<version>1.0.0.Alpha1-SNAPSHOT</version>
</parent>
<artifactId>cli-common-core</artifactId>
<name>Shamrock - CLI Common Core</name>
<artifactId>devtools-common-core</artifactId>
<name>Shamrock - Devtools Common Core</name>
<dependencies>
<dependency>
@@ -35,4 +35,4 @@
<artifactId>maven-model</artifactId>
</dependency>
</dependencies>
</project>
</project>

View File

@@ -6,12 +6,12 @@
<parent>
<groupId>org.jboss.shamrock</groupId>
<artifactId>shamrock-cli-all</artifactId>
<artifactId>shamrock-devtools-all</artifactId>
<version>1.0.0.Alpha1-SNAPSHOT</version>
</parent>
<artifactId>cli-common</artifactId>
<name>Shamrock - CLI Common Code</name>
<artifactId>devtools-common</artifactId>
<name>Shamrock - Devtools Common Code</name>
<build>
<resources>
@@ -51,7 +51,7 @@
<dependencies>
<dependency>
<groupId>org.jboss.shamrock</groupId>
<artifactId>cli-common-core</artifactId>
<artifactId>devtools-common-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
@@ -84,4 +84,4 @@
<artifactId>jackson-databind</artifactId>
</dependency>
</dependencies>
</project>
</project>

View File

@@ -48,7 +48,7 @@
<dependency>
<groupId>org.jboss.shamrock</groupId>
<artifactId>cli-common-core</artifactId>
<artifactId>devtools-common-core</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
@@ -149,4 +149,4 @@
</plugins>
</build>
</project>
</project>

View File

@@ -22,7 +22,7 @@
<artifactId>shamrock-build-parent</artifactId>
<groupId>org.jboss.shamrock</groupId>
<version>1.0.0.Alpha1-SNAPSHOT</version>
<relativePath>../../build-parent/pom.xml</relativePath>
<relativePath>../../build-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.jboss.shamrock</groupId>
<artifactId>cli-common</artifactId>
<artifactId>devtools-common</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>

View File

@@ -27,9 +27,9 @@
<relativePath>../build-parent/pom.xml</relativePath>
</parent>
<artifactId>shamrock-cli-all</artifactId>
<artifactId>shamrock-devtools-all</artifactId>
<packaging>pom</packaging>
<name>Shamrock - CLI</name>
<name>Shamrock - Devtools</name>
<properties>
<test.level>INFO</test.level>

View File

@@ -64,7 +64,7 @@
<module>jdbc</module>
<module>jpa</module>
<module>hibernate-validator</module>
<module>panache</module>
<module>panache</module>
<!-- Spring -->
<module>spring-di</module>

View File

@@ -66,8 +66,8 @@
<module>independent-projects/jboss-logmanager-embedded</module>
<module>independent-projects/panache</module>
<!-- CLI and Maven -->
<module>cli</module>
<!-- Devtools (Maven, cli, gradle) -->
<module>devtools</module>
<!-- Misc. -->
<module>docs</module>