Skip to content

Commit aadb0c3

Browse files
committed
feat(server): add tomcat7 run permission and remove deployer
1 parent b373078 commit aadb0c3

File tree

3 files changed

+2
-90
lines changed

3 files changed

+2
-90
lines changed

playground-server/.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"permissions": {
33
"allow": [
44
"Bash(mvn checkstyle:check:*)",
5-
"Bash(mvn compile:*)"
5+
"Bash(mvn compile:*)",
6+
"Bash(mvn tomcat7:run:*)"
67
],
78
"deny": [],
89
"ask": []

playground-server/pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -111,22 +111,6 @@
111111
</arguments>
112112
</configuration>
113113
</execution>
114-
<execution>
115-
<id>deploy-server</id>
116-
<phase>integration-test</phase>
117-
<goals>
118-
<goal>java</goal>
119-
</goals>
120-
<configuration>
121-
<mainClass>org.lzw.Deployer</mainClass>
122-
<arguments>
123-
<argument>${project.build.directory}/${project.build.finalName}.jar</argument>
124-
<argument>/root/app.jar</argument>
125-
<argument>${env.SERVER_IP}</argument>
126-
<argument>root</argument>
127-
</arguments>
128-
</configuration>
129-
</execution>
130114
</executions>
131115
</plugin>
132116
<plugin>

playground-server/src/main/java/org/lzw/Deployer.java

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)