[ 
https://issues.apache.org/jira/browse/PHOENIX-842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13932707#comment-13932707
 ] 

James Taylor commented on PHOENIX-842:
--------------------------------------

I get the following warnings when running "mvn package". It succeeds in the 
end, but is that ok?

[INFO] --- maven-assembly-plugin:2.4:single (client) @ phoenix-assembly ---
[INFO] Reading assembly descriptor: src/build/client.xml
[WARNING] Cannot include project artifact: 
org.apache.phoenix:phoenix-assembly:pom:3.0.0-SNAPSHOT; it doesn't have an 
associated file or directory.
[WARNING] Cannot include project artifact: 
org.apache.phoenix:phoenix-assembly:pom:3.0.0-SNAPSHOT; it doesn't have an 
associated file or directory.
[WARNING] The following patterns were never triggered in this artifact 
inclusion filter:
o  'org.apache:phoenix-*'

[WARNING] Cannot include project artifact: 
org.apache.phoenix:phoenix-assembly:pom:3.0.0-SNAPSHOT; it doesn't have an 
associated file or directory.
[WARNING] Cannot include project artifact: 
org.apache.phoenix:phoenix-assembly:pom:3.0.0-SNAPSHOT; it doesn't have an 
associated file or directory.
[WARNING] The following patterns were never triggered in this artifact 
inclusion filter:
o  'org.apache:phoenix-*'

[WARNING] The following patterns were never triggered in this artifact 
exclusion filter:
o  'org.apache:phoenix-flume'
o  'org.apache:phoenix-pig'

[WARNING] Cannot include project artifact: 
org.apache.phoenix:phoenix-assembly:pom:3.0.0-SNAPSHOT; it doesn't have an 
associated file or directory.
[INFO] Building jar: 
/Users/jtaylor/dev/apache/incubator-phoenix/phoenix-assembly/target/phoenix-3.0.0-SNAPSHOT-client.jar
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (package-to-tar) @ phoenix-assembly 
---
[INFO] Reading assembly descriptor: src/build/all.xml
[WARNING] Cannot include project artifact: 
org.apache.phoenix:phoenix-assembly:pom:3.0.0-SNAPSHOT; it doesn't have an 
associated file or directory.
[WARNING] Cannot include project artifact: 
org.apache.phoenix:phoenix-assembly:pom:3.0.0-SNAPSHOT; it doesn't have an 
associated file or directory.
[INFO] Processing sources for module project: 
org.apache.phoenix:phoenix-hadoop-compat:jar:3.0.0-SNAPSHOT
[INFO] Processing sources for module project: 
org.apache.phoenix:phoenix-core:jar:3.0.0-SNAPSHOT
[INFO] Processing sources for module project: 
org.apache.phoenix:phoenix-flume:jar:3.0.0-SNAPSHOT
[INFO] Processing sources for module project: 
org.apache.phoenix:phoenix-pig:jar:3.0.0-SNAPSHOT
[INFO] Processing sources for module project: 
org.apache.phoenix:phoenix-hadoop1-compat:jar:3.0.0-SNAPSHOT
[INFO] Processing sources for module project: 
org.apache.phoenix:phoenix-assembly:pom:3.0.0-SNAPSHOT
[WARNING] NOTE: Currently, inclusion of module dependencies may produce 
unpredictable results if a version conflict occurs.
[INFO] Building tar: 
/Users/jtaylor/dev/apache/incubator-phoenix/phoenix-assembly/target/phoenix-3.0.0-SNAPSHOT.tar.gz
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (client-minimal) @ phoenix-assembly 
---
[INFO] Reading assembly descriptor: src/build/client-without-hbase.xml
[INFO] Reading assembly descriptor: src/build/client-minimal.xml
[WARNING] Cannot include project artifact: 
org.apache.phoenix:phoenix-assembly:pom:3.0.0-SNAPSHOT; it doesn't have an 
associated file or directory.
[WARNING] Cannot include project artifact: 
org.apache.phoenix:phoenix-assembly:pom:3.0.0-SNAPSHOT; it doesn't have an 
associated file or directory.
[WARNING] The following patterns were never triggered in this artifact 
inclusion filter:
o  'org.apache:phoenix-*'

[WARNING] The following patterns were never triggered in this artifact 
exclusion filter:
o  'org.apache:phoenix-flume'
o  'org.apache:phoenix-pig'

[WARNING] Cannot include project artifact: 
org.apache.phoenix:phoenix-assembly:pom:3.0.0-SNAPSHOT; it doesn't have an 
associated file or directory.
[INFO] Building jar: 
/Users/jtaylor/dev/apache/incubator-phoenix/phoenix-assembly/target/phoenix-3.0.0-SNAPSHOT-client-without-hbase.jar
[WARNING] Cannot include project artifact: 
org.apache.phoenix:phoenix-assembly:pom:3.0.0-SNAPSHOT; it doesn't have an 
associated file or directory.
[WARNING] Cannot include project artifact: 
org.apache.phoenix:phoenix-assembly:pom:3.0.0-SNAPSHOT; it doesn't have an 
associated file or directory.
[WARNING] The following patterns were never triggered in this artifact 
inclusion filter:
o  'org.apache:phoenix-*'

[WARNING] The following patterns were never triggered in this artifact 
exclusion filter:
o  'org.apache:phoenix-flume'
o  'org.apache:phoenix-pig'

[INFO] Building jar: 
/Users/jtaylor/dev/apache/incubator-phoenix/phoenix-assembly/target/phoenix-3.0.0-SNAPSHOT-client-minimal.jar


> Use better namespace for maven artifacts
> ----------------------------------------
>
>                 Key: PHOENIX-842
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-842
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Gabriel Reid
>         Attachments: PHOENIX-842.patch
>
>
> The current groupId used in Phoenix maven artifacts is "org.apache". The 
> typical groupId used for java-based Apache projects is 
> "org.apache.$projectName", which nicely namespaces all sub-projects within 
> the project namespace (see 
> https://repository.apache.org/content/repositories/releases/org/apache/ for 
> examples)



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to