Better artifact names
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -213,7 +213,7 @@ under the License.
|
||||
</goals>
|
||||
<configuration>
|
||||
<jarName>${project.artifactId}-api-${project.version}</jarName>
|
||||
<classifier>apijar</classifier>
|
||||
<classifier>api</classifier>
|
||||
<includes>
|
||||
<include>org/apache/commons/logging/*.class</include>
|
||||
<include>org/apache/commons/logging/impl/LogFactoryImpl*.class</include>
|
||||
@@ -238,7 +238,7 @@ under the License.
|
||||
</goals>
|
||||
<configuration>
|
||||
<jarName>${project.artifactId}-adapters-${project.version}</jarName>
|
||||
<classifier>adaptersjar</classifier>
|
||||
<classifier>adapters</classifier>
|
||||
<includes>
|
||||
<include>org/apache/commons/logging/impl/**.class</include>
|
||||
<include>META-INF/LICENSE.txt</include>
|
||||
@@ -263,7 +263,7 @@ under the License.
|
||||
</goals>
|
||||
<configuration>
|
||||
<jarName>${project.artifactId}-${project.version}</jarName>
|
||||
<classifier>fulljar</classifier>
|
||||
<classifier>full</classifier>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
|
||||
Reference in New Issue
Block a user