Skip to content

Commit 8cfafbe

Browse files
committed
Remove some stuff that is no longer used
1 parent 8350a6b commit 8cfafbe

5 files changed

Lines changed: 0 additions & 191 deletions

File tree

agent/scripts/_run.sh

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

agent/scripts/agent.sh

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

agent/scripts/run.sh

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

plugins/hypervisors/kvm/agent-descriptor.xml

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

plugins/hypervisors/kvm/pom.xml

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -87,52 +87,6 @@
8787
</excludes>
8888
</configuration>
8989
</plugin>
90-
<plugin>
91-
<artifactId>maven-assembly-plugin</artifactId>
92-
<version>2.3</version>
93-
<configuration>
94-
<finalName>kvm-agent</finalName>
95-
<appendAssemblyId>false</appendAssemblyId>
96-
<descriptors>
97-
<descriptor>agent-descriptor.xml</descriptor>
98-
</descriptors>
99-
</configuration>
100-
<executions>
101-
<execution>
102-
<id>make-agent</id>
103-
<phase>package</phase>
104-
<goals>
105-
<goal>single</goal>
106-
</goals>
107-
</execution>
108-
</executions>
109-
</plugin>
110-
<plugin>
111-
<artifactId>maven-resources-plugin</artifactId>
112-
<version>2.6</version>
113-
<executions>
114-
<execution>
115-
<id>copy-resources</id>
116-
<!-- here the phase you need -->
117-
<phase>package</phase>
118-
<goals>
119-
<goal>copy-resources</goal>
120-
</goals>
121-
<configuration>
122-
<outputDirectory>dist</outputDirectory>
123-
<resources>
124-
<resource>
125-
<directory>target</directory>
126-
<includes>
127-
<include>kvm-agent.zip</include>
128-
</includes>
129-
</resource>
130-
</resources>
131-
</configuration>
132-
</execution>
133-
</executions>
134-
</plugin>
135-
13690
</plugins>
13791
</build>
13892
</project>

0 commit comments

Comments
 (0)