Skip to content

Commit 35c0224

Browse files
committed
removed generation of apklib
1 parent 6fce323 commit 35c0224

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

android/pom.xml

-23
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
</parent>
1010

1111
<artifactId>cucumber-android</artifactId>
12-
<packaging>apklib</packaging>
1312
<name>Cucumber-JVM: Android</name>
1413

1514
<dependencies>
@@ -126,28 +125,6 @@
126125
</execution>
127126
</executions>
128127
</plugin>
129-
<!-- additionally deploy the jar -->
130-
<plugin>
131-
<groupId>org.codehaus.mojo</groupId>
132-
<artifactId>build-helper-maven-plugin</artifactId>
133-
<executions>
134-
<execution>
135-
<id>attach-artifacts</id>
136-
<phase>package</phase>
137-
<goals>
138-
<goal>attach-artifact</goal>
139-
</goals>
140-
<configuration>
141-
<artifacts>
142-
<artifact>
143-
<file>${project.build.directory}/${project.artifactId}-${project.version}.jar</file>
144-
<type>jar</type>
145-
</artifact>
146-
</artifacts>
147-
</configuration>
148-
</execution>
149-
</executions>
150-
</plugin>
151128
</plugins>
152129
</build>
153130
</project>

0 commit comments

Comments
 (0)