jira-importer

Results 753 comments of jira-importer

**[Brian E. Fox (imported)](https://issues.apache.org/jira/secure/[email protected])** commented The problem is that the project isn't injected with the plugins from the standard lifecycle. I may have to hard code the standard ones (site,clean,default)...

**[Harold Shinsato](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=shinsato)** commented Being able to go offline so all needed dependencies (including plugin dependencies) will work is something we have a requirement to do for our builds or it...

**[Derek Lewis](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=lewisd)** commented This issue has been open with no comment for a long time. Is there really no fix or workaround with the problem? I'm required to package a...

**[Devin Reid](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=devman07)** commented A workaround I have found for this issue is to run a build with the property 'maven.repo.local' set to a directory in the project base directory and...

**[Derek Lewis](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=lewisd)** commented Devin, I've used a similar situation to work around the problem. However, it means having to build everything, which is time consuming, and also means that commands...

**[Paul Warren](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=paulcwarren)** commented Hi Folks, Ability (or inability) to go-offline is a showstopper for us. We have very large customers who state they have to have offline development. So naturally...

**[Paul Warren](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=paulcwarren)** commented The recursive descent patch as promised.

**[Mark](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cinquero)** commented This issue is even more annoying for proper two-phase deployments where packages are built on bare build systems without network access and where testing is done after the...

**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented This issue has been auto closed because it has been inactive for a long period of time. If you think this issue still persists, retest your problem...

**[Daniel Compton](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=danielcompton)** commented This is still an issue. Running mvn dependency:resolve-plugins as a second step works, but shouldn't be needed.