[jira] Commented: (MRM-41) discover standalone POMs

2006-01-03 Thread John Tolentino (JIRA)
[ http://jira.codehaus.org/browse/MRM-41?page=comments#action_54742 ] 

John Tolentino commented on MRM-41:
---

Added sample data and unit test. Unit test properly picks up the correct 
standalone POMs.

> discover standalone POMs
> 
>
>  Key: MRM-41
>  URL: http://jira.codehaus.org/browse/MRM-41
>  Project: Maven Repository Manager
> Type: Task

>   Components: discovery
> Reporter: Brett Porter
> Assignee: John Tolentino
>  Fix For: 1.0-alpha-1
>  Attachments: MRM-41-maven-repository-discovery.diff, repository-manager.diff
>
>   Time Spent: 2 hours
>Remaining: 0 minutes
>
> where the pom is the artifact

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MRM-41) discover standalone POMs

2005-12-30 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MRM-41?page=comments#action_54578 ] 

Brett Porter commented on MRM-41:
-

I'll wait for the tests to apply this.

> discover standalone POMs
> 
>
>  Key: MRM-41
>  URL: http://jira.codehaus.org/browse/MRM-41
>  Project: Maven Repository Manager
> Type: Task

>   Components: discovery
> Reporter: Brett Porter
> Assignee: John Tolentino
>  Fix For: 1.0-alpha-1
>  Attachments: repository-manager.diff
>
>   Time Spent: 2 hours
>Remaining: 0 minutes
>
> where the pom is the artifact

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MRM-41) discover standalone POMs

2005-12-28 Thread John Tolentino (JIRA)
[ http://jira.codehaus.org/browse/MRM-41?page=comments#action_54396 ] 

John Tolentino commented on MRM-41:
---

I see your point. I confused the repository poms with pom.xml.

> discover standalone POMs
> 
>
>  Key: MRM-41
>  URL: http://jira.codehaus.org/browse/MRM-41
>  Project: Maven Repository Manager
> Type: Task

>   Components: discovery
> Reporter: Brett Porter
> Assignee: John Tolentino
>  Fix For: 1.0-alpha-1
>  Attachments: repository-manager.diff
>
>   Time Spent: 2 hours
>Remaining: 0 minutes
>
> where the pom is the artifact

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MRM-41) discover standalone POMs

2005-12-28 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MRM-41?page=comments#action_54335 ] 

Brett Porter commented on MRM-41:
-

John, why would pom.xml need to be discovered? All poms in the repository are 
*.pom. By standalone pom, I mean the ones where there is no corresponding JAR, 
WAR, etc.

> discover standalone POMs
> 
>
>  Key: MRM-41
>  URL: http://jira.codehaus.org/browse/MRM-41
>  Project: Maven Repository Manager
> Type: Task

>   Components: discovery
> Reporter: Brett Porter
> Assignee: John Tolentino
>  Fix For: 1.0-alpha-1
>  Attachments: repository-manager.diff
>
>   Time Spent: 2 hours
>Remaining: 0 minutes
>
> where the pom is the artifact

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MRM-41) discover standalone POMs

2005-12-27 Thread John Tolentino (JIRA)
[ http://jira.codehaus.org/browse/MRM-41?page=comments#action_54255 ] 

John Tolentino commented on MRM-41:
---

Found out that AbstractArtifactDiscoverer filters **/*.xml, therefore pom.xml 
is removed from the list. Also having problems with DirectoryScanner class 
because it returns a relative path. The FileReader class fails to properly 
resolve the path of the pom returning a file not found exception. Currently 
testing code that uses absolute paths.

> discover standalone POMs
> 
>
>  Key: MRM-41
>  URL: http://jira.codehaus.org/browse/MRM-41
>  Project: Maven Repository Manager
> Type: Task

>   Components: discovery
> Reporter: Brett Porter
> Assignee: John Tolentino
>  Fix For: 1.0-alpha-1
>  Attachments: repository-manager.diff
>
>   Time Spent: 2 hours
>Remaining: 0 minutes
>
> where the pom is the artifact

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]