8000 kamikaze/pom.xml at master · sguo/kamikaze · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
{"payload":{"allShortcutsEnabled":false,"fileTree":{"":{"items":[{"name":".settings","path":".settings","contentType":"directory"},{"name":"bin","path":"bin","contentType":"directory"},{"name":"contrib","path":"contrib","contentType":"directory"},{"name":"src","path":"src","contentType":"directory"},{"name":".classpath","path":".classpath","contentType":"file"},{"name":".gitignore","path":".gitignore","contentType":"file"},{"name":".project","path":".project","contentType":"file"},{"name":"LICENSE","path":"LICENSE","contentType":"file"},{"name":"NOTES.txt","path":"NOTES.txt","contentType":"file"},{"name":"NOTICE.txt","path":"NOTICE.txt","contentType":"file"},{"name":"README.md","path":"README.md","contentType":"file"},{"name":"pom.xml","path":"pom.xml","contentType":"file"}],"totalCount":12}},"fileTreeProcessingTime":7.229275,"foldersToFetch":[],"incompleteFileTree":false,"repo":{"id":2901794,"defaultBranch":"master","name":"kamikaze","ownerLogin":"sguo","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2011-12-02T21:58:32.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/589050?v=4","public":true,"private":false,"isOrgOwned":false},"codeLineWrapEnabled":false,"symbolsExpanded":false,"treeExpanded":true,"refInfo":{"name":"master","listCacheKey":"v0:1617318777.544514","canEdit":false,"refType":"branch","currentOid":"abe1f8b38783041b48df94f4bdd9f3bfa8c5e59f"},"path":"pom.xml","currentUser":null,"blob":{"rawLines":["\u003cproject xmlns=\"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/xsd/maven-4.0.0.xsd\"\u003e"," \u003cmodelVersion\u003e4.0.0\u003c/modelVersion\u003e"," \u003cparent\u003e"," \u003cgroupId\u003eorg.sonatype.oss\u003c/groupId\u003e"," \u003cartifactId\u003eoss-parent\u003c/artifactId\u003e"," \u003cversion\u003e6\u003c/version\u003e"," \u003c/parent\u003e"," \u003cgroupId\u003ecom.linkedin.kamikaze\u003c/groupId\u003e"," \u003cartifactId\u003ekamikaze\u003c/artifactId\u003e"," \u003cpackaging\u003ejar\u003c/packaging\u003e"," \u003cversion\u003e3.0.6-SNAPSHOT\u003c/version\u003e"," \u003cname\u003ekamikaze\u003c/name\u003e"," \u003cdescription\u003einformation retrival utility package for enhancing Lucene\u003c/description\u003e"," \u003curl\u003ehttp://sna-projects.com/kamikaze\u003c/url\u003e",""," \u003clicenses\u003e"," \u003clicense\u003e"," \u003cname\u003eApache License, Version 2.0\u003c/name\u003e"," \u003curl\u003ehttp://www.apache.org/licenses/LICENSE-2.0.txt\u003c/url\u003e"," \u003cdistribution\u003erepo\u003c/distribution\u003e"," \u003c/license\u003e"," \u003c/licenses\u003e",""," \u003cscm\u003e"," \u003cconnection\u003escm:git://github.com/javasoze/kamikaze.git\u003c/connection\u003e"," \u003cdeveloperConnection\u003escm:git@github.com:javasoze/kamikaze.git\u003c/developerConnection\u003e"," \u003curl\u003ehttp://github.com/javasoze/kamikaze\u003c/url\u003e"," \u003c/scm\u003e",""," \u003cdevelopers\u003e"," \u003cdeveloper\u003e","\u003cid\u003ehyan\u003c/id\u003e","\u003cname\u003ehao yan\u003c/name\u003e","\u003cemail\u003ehyan2008@gmail.com\u003c/email\u003e","\u003c/developer\u003e","\u003cdeveloper\u003e","\u003cid\u003ejavasoze\u003c/id\u003e","\u003cname\u003eJohn Wang\u003c/name\u003e","\u003cemail\u003ejohn.wang@gmail.com\u003c/email\u003e","\u003c/developer\u003e"," \u003c/developers\u003e",""," \u003c!-- Set the compiler to java6 --\u003e"," \u003cbuild\u003e"," \u003cplugins\u003e"," \u003cplugin\u003e"," \u003cgroupId\u003eorg.apache.maven.plugins\u003c/groupId\u003e"," \u003cartifactId\u003emaven-compiler-plugin\u003c/artifactId\u003e"," \u003cversion\u003e2.1\u003c/version\u003e"," \u003cconfiguration\u003e"," \u003csource\u003e1.6\u003c/source\u003e"," \u003ctarget\u003e1.6\u003c/target\u003e"," \u003cencoding\u003eUTF-8\u003c/encoding\u003e"," \u003c/configuration\u003e"," \u003c/plugin\u003e"," \u003cplugin\u003e","\u003cartifactId\u003emaven-resources-plugin\u003c/artifactId\u003e","\u003cversion\u003e2.2\u003c/version\u003e","\u003cconfiguration\u003e"," \u003cencoding\u003eUTF-8\u003c/encoding\u003e","\u003c/configuration\u003e"," \u003c/plugin\u003e"," \u003cplugin\u003e"," \u003cgroupId\u003eorg.apache.maven.plugins\u003c/groupId\u003e"," \u003cartifactId\u003emaven-surefire-plugin\u003c/artifactId\u003e"," \u003cversion\u003e2.5\u003c/version\u003e"," \u003cconfiguration\u003e"," \u003cargLine\u003e"," -Xms256m -Xmx2g"," \u003c/argLine\u003e"," \u003cexcludes\u003e"," \u003cexclude\u003ecom/kamikaze/test/perf/*.java\u003c/exclude\u003e"," \u003cexclude\u003e**/*$*\u003c/exclude\u003e"," \u003c/excludes\u003e"," \u003c/configuration\u003e"," \u003c/plugin\u003e","\u003cplugin\u003e","\u003cgroupId\u003eorg.apache.maven.plugins\u003c/groupId\u003e","\u003cartifactId\u003emaven-source-plugin\u003c/artifactId\u003e","\u003cexecutions\u003e","\u003cexecution\u003e","\u003cid\u003eattach-sources\u003c/id\u003e","\u003cgoals\u003e","\u003cgoal\u003ejar\u003c/goal\u003e","\u003c/goals\u003e","\u003c/execution\u003e","\u003c/executions\u003e","\u003c/plugin\u003e","\u003cplugin\u003e","\u003cgroupId\u003eorg.apache.maven.plugins\u003c/groupId\u003e","\u003cartifactId\u003emaven-javadoc-plugin\u003c/artifactId\u003e","\u003cexecutions\u003e","\u003cexecution\u003e","\u003cid\u003eattach-javadocs\u003c/id\u003e","\u003cgoals\u003e","\u003cgoal\u003ejar\u003c/goal\u003e","\u003c/goals\u003e","\u003c/execution\u003e","\u003c/executions\u003e","\u003c/plugin\u003e"," \u003c/plugins\u003e"," \u003c/build\u003e","",""," \u003cproperties\u003e"," \u003cproject.build.sourceEncoding\u003eUTF-8\u003c/project.build.sourceEncoding\u003e"," \u003c/properties\u003e",""," \u003cdependencies\u003e"," \u003cdependency\u003e"," \u003cgroupId\u003eorg.apache.lucene\u003c/groupId\u003e"," \u003cartifactId\u003elucene-core\u003c/artifactId\u003e"," \u003cversion\u003e3.4.0\u003c/version\u003e"," \u003c/dependency\u003e"," \u003cdependency\u003e","\u003cgroupId\u003ejunit\u003c/groupId\u003e","\u003cartifactId\u003ejunit\u003c/artifactId\u003e","\u003cversion\u003e4.5\u003c/version\u003e","\u003cscope\u003etest\u003c/scope\u003e"," \u003c/dependency\u003e"," \u003c/dependencies\u003e","","","\u003cdistributionManagement\u003e"," \t\u003crepository\u003e","\t \u003cid\u003esonatype-nexus-staging\u003c/id\u003e","\t \u003cname\u003esonatype nexus staging repository\u003c/name\u003e","\t \u003curl\u003ehttp://oss.sonatype.org/service/local/staging/deploy/maven2\u003c/url\u003e","\t\u003c/repository\u003e","\t\u003csnapshotRepository\u003e","\t \u003cid\u003esonatype-nexus-snapshots\u003c/id\u003e","\t \u003cname\u003esonatype nexus snapshots repository\u003c/name\u003e","\t \u003curl\u003ehttps://oss.sonatype.org/content/repositories/snapshots/\u003c/url\u003e","\t\u003c/snapshotRepository\u003e"," ","\u003c!--","\u003crepository\u003e","\u003cid\u003enexusKamikazeRelease\u003c/id\u003e","\u003cname\u003eNexus staging Repo\u003c/name\u003e","\u003curl\u003ehttps://oss.sonatype.org/service/local/staging/deploy/maven2\u003c/url\u003e","\u003c/repository\u003e","--\u003e"," \u003c/distributionManagement\u003e",""," \u003cprofiles\u003e"," \u003cprofile\u003e"," \u003cid\u003erelease-sign-artifacts\u003c/id\u003e"," \u003cactivation\u003e"," \u003cproperty\u003e"," \u003cname\u003eperformRelease\u003c/name\u003e"," \u003cvalue\u003etrue\u003c/value\u003e"," \u003c/property\u003e"," \u003c/activation\u003e"," \u003cbuild\u003e"," \u003cplugins\u003e"," \u003cplugin\u003e"," \u003cgroupId\u003eorg.apache.maven.plugins\u003c/groupId\u003e"," \u003cartifactId\u003emaven-gpg-plugin\u003c/artifactId\u003e"," \u003cversion\u003e1.1\u003c/version\u003e"," \u003cexecutions\u003e"," \u003cexecution\u003e"," \u003cid\u003esign-artifacts\u003c/id\u003e"," \u003cphase\u003everify\u003c/phase\u003e"," \u003cgoals\u003e"," \u003cgoal\u003esign\u003c/goal\u003e"," \u003c/goals\u003e"," \u003c/execution\u003e"," \u003c/executions\u003e"," \u003c/plugin\u003e"," \u003c/plugins\u003e"," \u003c/build\u003e"," \u003c/profile\u003e"," \u003c/profiles\u003e ","\u003c/project\u003e"],"stylingDirectives":null,"colorizedLines":null,"csv":null,"csvError":null,"dependabotInfo":{"showConfigurationBanner":false,"configFilePath":null,"networkDependabotPath":"/sguo/kamikaze/network/updates","dismissConfigurationNoticePath":"/settings/dismiss-notice/dependabot_configuration_notice","configurationNoticeDismissed":null},"displayName":"pom.xml","displayUrl":"https://github.com/sguo/kamikaze/blob/master/pom.xml?raw=true","headerInfo":{"blobSize":"5.1 KB","deleteTooltip":"You must be signed in to make or propose changes","editTooltip":"You must be signed in to make or propose changes","ghDesktopPath":"https://desktop.github.com","isGitLfs":false,"onBranch":true,"shortPath":"959b52f","siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Fsguo%2Fkamikaze%2Fblob%2Fmaster%2Fpom.xml","isCSV":false,"isRichtext":false,"toc":null,"lineInfo":{"truncatedLoc":"175","truncatedSloc":"164"},"mode":"file"},"image":false,"isCodeownersFile":null,"isPlain":false,"isValidLegacyIssueTemplate":false,"issueTemplate":null,"discussionTemplate":null,"language":"Maven POM","languageID":226,"large":false,"planSupportInfo":{"repoIsFork":null,"repoOwnedByCurrentUser":null,"requestFullPath":"/sguo/kamikaze/blob/master/pom.xml","showFreeOrgGatedFeatureMessage":null,"showPlanSupportBanner":null,"upgradeDataAttributes":null,"upgradePath":null},"publishBannersInfo":{"dismissActionNoticePath":"/settings/dismiss-notice/publish_action_from_dockerfile","releasePath":"/sguo/kamikaze/releases/new?marketplace=true","showPublishActionBanner":false},"rawBlobUrl":"https://github.com/sguo/kamikaze/raw/refs/heads/master/pom.xml","renderImageOrRaw":false,"richText":null,"renderedFileInfo":null,"shortPath":null,"symbolsEnabled":true,"tabSize":8,"topBannersInfo":{"overridingGlobalFundingFile":false,"globalPreferredFundingPath":null,"showInvalidCitationWarning":false,"citationHelpUrl":"https://docs.github.com/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files","actionsOnboardingTip":null},"truncated":false,"viewable":true,"workflowRedirectUrl":null,"symbols":{"timed_out":false,"not_analyzed":true,"symbols":[]}},"copilotInfo":null,"copilotAccessAllowed":false,"modelsAccessAllowed":false,"modelsRepoIntegrationEnabled":false,"csrf_tokens":{"/sguo/kamikaze/branches":{"post":"0yjEjAbralQtjyQ9uX5xW3RYPHFNNPgmQ2flyqjNyE5PKp92jq6aW4gg5R6E2Z1dsJQUBiW_N8m39Mc5Yuc4dQ"},"/repos/preferences":{"post":"qz5h0V7qreivfHUYhHV86gX9veU4OWjlYCAFshJI8tTJesZ79nP6Eb-NEufEh_omvTyHHIiuTvCPEZm2caVyPg"}}},"title":"kamikaze/pom.xml at master · sguo/kamikaze","appPayload":{"helpUrl":"https://docs.github.com","findFileWorkerPath":"/assets-cdn/worker/find-file-worker-263cab1760dd.js","findInFileWorkerPath":"/assets-cdn/worker/find-in-file-worker-1b17b3e7786a.js","githubDevUrl":null,"enabled_features":{"code_nav_ui_events":false,"react_blob_overlay":false,"accessible_code_button":true}}}
0