[jira] [Assigned] (MJDEPS-16) Include project dependencies in scan

2019-10-25 Thread Robert Scholte (Jira)


 [ 
https://issues.apache.org/jira/browse/MJDEPS-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Scholte reassigned MJDEPS-16:


Assignee: Robert Scholte

> Include project dependencies in scan
> 
>
> Key: MJDEPS-16
> URL: https://issues.apache.org/jira/browse/MJDEPS-16
> Project: Maven JDeps Plugin
>  Issue Type: New Feature
>Affects Versions: 3.1.1
> Environment: Apache Maven 3.5.3 
> (3383c37e1f9e9b3bc3df5050c29c8aff9f295297; 2018-02-24T20:49:05+01:00)
> Maven home: /Users/aalmiray/.sdkman/candidates/maven/current
> Java version: 1.8.0_171, vendor: Oracle Corporation
> Java home: 
> /Library/Java/JavaVirtualMachines/jdk1.8.0_171.jdk/Contents/Home/jre
> Default locale: en_CH, platform encoding: UTF-8
> OS name: "mac os x", version: "10.12.5", arch: "x86_64", family: "mac"
>Reporter: Andres Almiray
>Assignee: Robert Scholte
>Priority: Major
>  Labels: up-for-grabs
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
>  
> Version 3.1.1 executes jdeps on production (goal: jdkinternals) and test 
> (goal: test-jdkinternals) sources but does not consider dependencies. This 
> means the report will tell you if product sources are complaint or not but 
> does not tell you if the packaged/deployed project would encounter problems 
> or not.
> At the very least Compile/Runtime dependencies should be scanned. Please make 
> this the default behavior. Perhaps it would be good to have a flag to skip 
> this behavior if anyone would like to have the previous behavior.
> For reference, this issue was discussed with Robert Scholte during JCrete 
> 2018.
> *Minimum POM example:*
> {code:java}
> http://maven.apache.org/POM/4.0.0;
>  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
>  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
> http://maven.apache.org/maven-v4_0_0.xsd;>
>     4.0.0
>     com.acme
>     sample
>     jar
>     0.0.0-SNAPSHOT
>     
>     
>     
>     org.apache.maven.plugins
>     maven-jdeps-plugin
>     3.1.1
>     
>   
>     
>   jdkinternals
>     
>   
>     
>     
>     
>     
>     
>     
>     com.google.inject
>     guice
>     4.2.0
>         
> 
>     com.google.guava
>     guava
>     25.1-jre
>     
>     
>    
> {code}
> Output
> {code:java}
> $ mvn jdeps:jdkinternals
> [INFO] Scanning for projects...
> [INFO]
> [INFO] --< com.acme:sample 
> >---
> [INFO] Building sample 0.0.0-SNAPSHOT
> [INFO] [ jar 
> ]-
> [INFO]
> [INFO] --- maven-jdeps-plugin:3.1.1:jdkinternals (default-cli) @ sample ---
> [INFO] 
> 
> [INFO] BUILD SUCCESS
> [INFO] 
> 
> [INFO] Total time: 0.506 s
> [INFO] Finished at: 2018-07-27T09:50:39+02:00
> [INFO] 
> 
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (MJDEPS-16) Include project dependencies in scan

2018-11-11 Thread Robert Scholte (JIRA)


 [ 
https://issues.apache.org/jira/browse/MJDEPS-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Scholte reassigned MJDEPS-16:


Assignee: (was: Robert Scholte)

> Include project dependencies in scan
> 
>
> Key: MJDEPS-16
> URL: https://issues.apache.org/jira/browse/MJDEPS-16
> Project: Maven JDeps Plugin
>  Issue Type: New Feature
>Affects Versions: 3.1.1
> Environment: Apache Maven 3.5.3 
> (3383c37e1f9e9b3bc3df5050c29c8aff9f295297; 2018-02-24T20:49:05+01:00)
> Maven home: /Users/aalmiray/.sdkman/candidates/maven/current
> Java version: 1.8.0_171, vendor: Oracle Corporation
> Java home: 
> /Library/Java/JavaVirtualMachines/jdk1.8.0_171.jdk/Contents/Home/jre
> Default locale: en_CH, platform encoding: UTF-8
> OS name: "mac os x", version: "10.12.5", arch: "x86_64", family: "mac"
>Reporter: Andres Almiray
>Priority: Major
>  Labels: up-for-grabs
>
>  
> Version 3.1.1 executes jdeps on production (goal: jdkinternals) and test 
> (goal: test-jdkinternals) sources but does not consider dependencies. This 
> means the report will tell you if product sources are complaint or not but 
> does not tell you if the packaged/deployed project would encounter problems 
> or not.
> At the very least Compile/Runtime dependencies should be scanned. Please make 
> this the default behavior. Perhaps it would be good to have a flag to skip 
> this behavior if anyone would like to have the previous behavior.
> For reference, this issue was discussed with Robert Scholte during JCrete 
> 2018.
> *Minimum POM example:*
> {code:java}
> http://maven.apache.org/POM/4.0.0;
>  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
>  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
> http://maven.apache.org/maven-v4_0_0.xsd;>
>     4.0.0
>     com.acme
>     sample
>     jar
>     0.0.0-SNAPSHOT
>     
>     
>     
>     org.apache.maven.plugins
>     maven-jdeps-plugin
>     3.1.1
>     
>   
>     
>   jdkinternals
>     
>   
>     
>     
>     
>     
>     
>     
>     com.google.inject
>     guice
>     4.2.0
>         
> 
>     com.google.guava
>     guava
>     25.1-jre
>     
>     
>    
> {code}
> Output
> {code:java}
> $ mvn jdeps:jdkinternals
> [INFO] Scanning for projects...
> [INFO]
> [INFO] --< com.acme:sample 
> >---
> [INFO] Building sample 0.0.0-SNAPSHOT
> [INFO] [ jar 
> ]-
> [INFO]
> [INFO] --- maven-jdeps-plugin:3.1.1:jdkinternals (default-cli) @ sample ---
> [INFO] 
> 
> [INFO] BUILD SUCCESS
> [INFO] 
> 
> [INFO] Total time: 0.506 s
> [INFO] Finished at: 2018-07-27T09:50:39+02:00
> [INFO] 
> 
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (MJDEPS-16) Include project dependencies in scan

2018-07-30 Thread Robert Scholte (JIRA)


 [ 
https://issues.apache.org/jira/browse/MJDEPS-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Scholte reassigned MJDEPS-16:


Assignee: Robert Scholte

> Include project dependencies in scan
> 
>
> Key: MJDEPS-16
> URL: https://issues.apache.org/jira/browse/MJDEPS-16
> Project: Maven JDeps Plugin
>  Issue Type: New Feature
>Affects Versions: 3.1.1
> Environment: Apache Maven 3.5.3 
> (3383c37e1f9e9b3bc3df5050c29c8aff9f295297; 2018-02-24T20:49:05+01:00)
> Maven home: /Users/aalmiray/.sdkman/candidates/maven/current
> Java version: 1.8.0_171, vendor: Oracle Corporation
> Java home: 
> /Library/Java/JavaVirtualMachines/jdk1.8.0_171.jdk/Contents/Home/jre
> Default locale: en_CH, platform encoding: UTF-8
> OS name: "mac os x", version: "10.12.5", arch: "x86_64", family: "mac"
>Reporter: Andres Almiray
>Assignee: Robert Scholte
>Priority: Major
>
>  
> Version 3.1.1 executes jdeps on production (goal: jdkinternals) and test 
> (goal: test-jdkinternals) sources but does not consider dependencies. This 
> means the report will tell you if product sources are complaint or not but 
> does not tell you if the packaged/deployed project would encounter problems 
> or not.
> At the very least Compile/Runtime dependencies should be scanned. Please make 
> this the default behavior. Perhaps it would be good to have a flag to skip 
> this behavior if anyone would like to have the previous behavior.
> For reference, this issue was discussed with Robert Scholte during JCrete 
> 2018.
> *Minimum POM example:*
> {code:java}
> http://maven.apache.org/POM/4.0.0;
>  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
>  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
> http://maven.apache.org/maven-v4_0_0.xsd;>
>     4.0.0
>     com.acme
>     sample
>     jar
>     0.0.0-SNAPSHOT
>     
>     
>     
>     org.apache.maven.plugins
>     maven-jdeps-plugin
>     3.1.1
>     
>   
>     
>   jdkinternals
>     
>   
>     
>     
>     
>     
>     
>     
>     com.google.inject
>     guice
>     4.2.0
>         
> 
>     com.google.guava
>     guava
>     25.1-jre
>     
>     
>    
> {code}
> Output
> {code:java}
> $ mvn jdeps:jdkinternals
> [INFO] Scanning for projects...
> [INFO]
> [INFO] --< com.acme:sample 
> >---
> [INFO] Building sample 0.0.0-SNAPSHOT
> [INFO] [ jar 
> ]-
> [INFO]
> [INFO] --- maven-jdeps-plugin:3.1.1:jdkinternals (default-cli) @ sample ---
> [INFO] 
> 
> [INFO] BUILD SUCCESS
> [INFO] 
> 
> [INFO] Total time: 0.506 s
> [INFO] Finished at: 2018-07-27T09:50:39+02:00
> [INFO] 
> 
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)