File tree 1 file changed +0
-23
lines changed
1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 9
9
</parent >
10
10
11
11
<artifactId >cucumber-android</artifactId >
12
- <packaging >apklib</packaging >
13
12
<name >Cucumber-JVM: Android</name >
14
13
15
14
<dependencies >
126
125
</execution >
127
126
</executions >
128
127
</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 >
151
128
</plugins >
152
129
</build >
153
130
</project >
You can’t perform that action at this time.
0 commit comments